﻿.pricing-box.pricing-extended .pricing-desc {
    float: left;
    width: 100%;
    padding: 25px;
}

.pricing-box.pricing-extended .pricing-features li {
    padding: 6px 0;
	font-size: 15px;
	width: 25%;
	float: left;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border: none;
}
@media (max-width: 767px) {
.pricing-box.pricing-extended .pricing-features li {
		width: auto;
		float: none;
}
h2.col_half img{
    max-width: 60%;
    margin-top: 150px;
    }
    #zhishi {
        display:none !important;
    }
}
/*******一下是针对页面颜色比较浅写的样式 zzw *******/
#header.sticky-header:not(.static-sticky) #primary-menu div{
   color: #444;
}
.sf-with-ul div{
	color:#F5A34D;
}
#header.sticky-header:not(.static-sticky) .sf-with-ul div{
   color:#F5A34D !important;
}
.LoginRegister {
    color:#333;
}

/***免费试用申请的样式 这一个版本不要登陆注册的*/
#register {
    border-color: #F5AA5B;
    color: #EEE;
    background-color: #F5AA5B;  
}
@media screen and (max-width: 768px) {

    .LoginRegister {
        color:#fff;
    }
}