/*// 主题色*/
/*字体主色调*/
/*线条主色调*/
/*按钮主色调*/
/*底纹色*/
body {
  background-color: #f7f7f7;
  min-width: 900px;
}
.f_themecolor {
  color: #389ee1;
}
.f_garycolor {
  color: #999999;
}
.f_bluecolor {
  color: #389ee1;
}
.f_redcolor {
  color: #e47470;
}
.f_greencolor {
  color: #30be19;
}
.f_orangecolor {
  color: #ff4e00;
}
.layout-header {
  min-width: 900px;
}
.content {
  width: 100%;
  min-width: 1200px;
}
.tree-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #389ee1;
  background: #fff;
}
.tree-title em {
  color: #435561;
  font-weight: bold;
}
.tree-title span {
  padding: 0 20px;
}
.tree-content {
  padding: 20px;
}
.tree-contenttitle {
  width: 100%;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #e5e4e9;
}
.tree-contenttitle > span {
  padding-left: 5px;
  line-height: 16px;
  border-left: 2px solid #389ee1;
  color: #000;
}
.m-withe {
  background: #fff;
  border: 1px solid #e5e4e9;
  width: 100%;
}
.list {
  position: relative;
}
.list.success .tip,
.list.error .tip {
  display: block;
}
.list .tip {
  position: absolute;
  top: 0;
  right: -260px;
  width: 250px;
  text-align: left;
  line-height: 37px;
  font-weight: normal;
  color: #e47470;
  display: none;
}
.list .tip.f_greencolor,
.list .tip.f_greencolor i{
  color: #30be19;
}
.list .tip i {
  color: #fc4c24;
  margin-right: 5px;
}
.list .tip-right {
	position: absolute;
  top: 0;
  right: -260px;
  width: 250px;
  text-align: left;
  line-height: 37px;
  font-weight: normal;
  color:#89c678;
} 
.list .tip-right  i{

}
/*按钮*/
.pagination > li > a,
.pagination > li > span {
  padding: 8px 13px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn {
  border-radius: 2px;
}
.btn.defaul {
  padding: 0 12px;
  padding-bottom: 37px;
  height: 37px;
  line-height: 37px;
}
.btn.fit {
  width: 100%;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 5px;
}
.btn.line {
  padding: 3px 12px;
}
.a-link {
  color: #389ee1;
  vertical-align: top;
}
.a-link:hover {
  color: #389ee1;
  text-decoration: underline;
}
.a-linkred {
  color: #e47470;
  vertical-align: top;
}
.a-linkred:hover {
  color: #e47470;
  text-decoration: underline;
}
.btn.focus.btn-red,
.btn:focus.btn-red,
.btn:hover.btn-red {
  color: #fff;
  background: #E06965;
  border-color: #E06965;
  text-decoration: none;
}
.btn-red {
  color: #fff;
  background-color: #e47470;
  border-color: #e47470;
}
.btn.focus.btn-blue,
.btn:focus.btn-blue,
.btn:hover.btn-blue {
  color: #fff;
  background: #0293C3;
  border-color: #0293C3;
  text-decoration: none;
}
.btn-blue {
  color: #fff;
  background-color: #0099cc;
  border-color: #0099cc;
}
.btn-default {
  background-color: #f7f7f7;
  border-color: #e5e4e9;
}
.btn.focus.btn-default,
.btn:focus.btn-default,
.btn:hover.btn-default {
  border-color: #e5e4e9;
  background-color: #F3F3F3;
}
/*表格*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
  vertical-align: middle;
}
.table > thead > tr > th {
  background-color: #f5f6fa;
}
.table tbody {
  background: #fff;
}
.table {
  margin-bottom: 0;
}
.small {
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.table-bordered {
  border: none;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #e5e4e9;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e5e4e9;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.tab li a:hover,
.tab li a:active,
.tab li a:visited,
.tab li a:link {
  text-decoration: none;
}
.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}
select.defaul {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFF;
  position: relative;
  width: 145px;
  padding: 8px 5px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.blank5 {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
.blank15 {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
}
.blank85 {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
}
.header {
  width: 100%;
  height: 85px;
  line-height: 85px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.logo {
  float: left;
}
.header .left {
  float: left;
  font-size: 23px;
  padding-left: 10px;
}
.header .right {
  float: right;
}
.header a.right:hover {
  text-decoration: underline;
}
.footer {
  padding-top: 30px;
  text-align: center;
  line-height: 40px;
  color: #999999;
}
.system_tit {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #e5e4e9;
  height: 60px;
}
.system_tit ul li {
  display: inline-block;
  padding: 0 15px;
  line-height: 58px;
}
.system_tit ul li.active {
  border-bottom: 2px solid #389ee1;
}
.system_tit ul li.active a {
  color: #389ee1;
  font-weight: bold;
}
.system_tit .input-wrap {
  width: 275px;
  display: inline-block;
  margin-right: 15px;
}



.tree-contenttitle .img{
  width: 60px;
  height: 60px;
}
.tree-contenttitle .img img{
  width: 100%;
}
.tree-contenttitle .con{
  line-height: 60px;
  padding-left: 10px;
}
.tree-contenttitle .con .btn{
  margin-left: 10px;
}
.weixinauthorize .tree-contenttitle{
  border-bottom: none;
}
.weixinauthorize .stepbox{
	width: 100%;
	height: 270px;
  background:;
	background-color: #fffef0;
	background-image: url(../..

/public/imageswxlc.png);
	background-repeat: no-repeat;
	background-position: 25px 0;
}
.authorizetip{
  line-height: 30px;
  padding: 25px 20px;
}
.authorizetip h1{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.authorizetip h2{
  font-size: 14px;
  font-weight:normal;
  line-height: 30px;
}
.authorizetable{
  padding-bottom: 60px;
}
.authorizetable table,
.authorizetable .table > thead> tr > th{
  text-align: center;
}
.listnone{
  padding-top: 200px;
  background:url(../..

/public/imageslistnone.png) center 66px no-repeat;
  background-size: 150px;
  min-height: 180px;
  text-align: center;
  font-size: 16px;
}
.listnone .a-link{
  margin-left: 3px;
}


.consummate{
  position: absolute;
  left: 56px;
  top: 108px;
}

/*推荐模块*/


.system_list_content {
  padding-top: 20px;
}
.system_list_content ul li {
  position: relative;
  width: 280px;
  height: 367px;
  margin-left:20px;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  padding: 10px;
  padding-bottom: 15px;
  border: 1px solid #eceff4;
  transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
}


@media (max-width:1480px){
.system_list_content ul li:nth-child(4),
.system_list_content ul li:nth-child(5),
.system_list_content ul li:nth-child(6){
  display: none;
}
}
.system_list_content ul li:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
}
.system_list_content ul li h1 {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: bold;
}

.system_list_content ul li h1 img{
  margin: -13px 0 0 6px;
}
.system_list_content ul li .imgbox {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.system_list_content ul li .imgbox img {
  width: 100%;
  vertical-align: top;
}
.system_list_content ul li .listinfo {
  line-height: 25px;
  height: 50px;
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.system_list_content ul li .listinfo2 .f_l {
  line-height: 28px;
}
.imgbox {
  position: relative;
}
.system_list_content ul li .icon{
  position: absolute;
  right: -1px;
  top: -1px;
  width: 60px;
  height: 60px;
 }
 .forward .icon{
  background:url(../..

/public/imagesz_icon.png) 0px 0 no-repeat;
 }
 .hot .icon{
  background:url(../..

/public/imagesz_icon.png) -169px  0 no-repeat;
 }
 .recommend .icon{
  background:url(../..

/public/imagesz_icon.png) -338px 0 no-repeat;
 }



 /*弹窗样式*/
 body.mask .layout-header,
 body.mask .layout-left,
body.mask .layout-right>.content{
    opacity: .3;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
 }
 .popupbox{
  display: none;
  position: fixed;
  z-index: 9988;
  margin:auto;
  left:0; 
  right:0; 
  top:0; 
  bottom:0;
  width: 600px;
  height: 500px;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000)";
  padding: 5px;
 }
.popupbox.active{
  display: block;
}
 .popupbox .con{
  width: 100%;
  height: 100%;
  background-color: #fff;
 }
 .popupbox .tit{
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  border-bottom: 1px solid #e5e4e9;
 }

 .popupbox .conmain{
    width: 100%;
    padding: 15px;
    height: 350px;
    overflow-y:scroll;
 }
 .popupbox .conmain h1{
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222;
  font-weight: bold;
 }
 .popupbox .conmain p{
    text-indent:2em;
    line-height: 25px;
  padding-bottom: 5px;
 }
 .popupbox .confoot{
  width: 100%;
  border-top: 1px solid #e5e4e9;
  padding: 0 15px;

 }
 .popupbox .tit .left{
  text-align: left;
  font-size: 16px;
  color: #222;
  font-weight: bold;

 }
 .popupbox .tit .right{
  text-align: right;
  float: right;
  padding-left: 15px;
  cursor: pointer;
 }
 
 .popupbox .confoot .ftbtn{
  width: 200px;
  margin: 15px auto;
 }
/*流量价格*/
.traffic-price{
  background-color: #fff;
  padding:0 20px;
}
.traffic-price .traffic-title{
  margin-top: 10px; 
  font-size: 18px;
  line-height: 40px;
  margin-bottom:0;
}
.traffic-price table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 30px;
}
.traffic-price table .item-hd{
  color:#435561;
  background-color: #f7f7f7;
  border:0;
}
.traffic-price table th{
  font-weight: normal;
  color:#fff;
}
.traffic-price table th,.traffic-price table td{
  text-align: center;
  line-height: 30px;
}
.traffic-price table td{
  border:1px solid #e5e4e9;
}
.traffic-price .traffic-tip{
  line-height: 24px;
  color:#e47470;
  margin-bottom: 0;
}


.pdr15{
  padding-right:15%;
}
.w25{
  width: 25%;
}
