*{
    margin: 0px;
    padding: 0px;
}
.div_header{
    width: 100%;
    height: 733px;
    background-color:#30b6e1;
    padding-top: 78px;
}
.div_header  h1{
    color: #fff;
}
.div_header  p{
    margin-top:25px;
    color: #fff;
}
.div_header_b ul {
    display: inline-block;
    width:508px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 45px;

}
.div_header_b ul li{
    list-style: none;
    width: 250px;
    line-height: 50px;
    background-color: #42a4bf;
    text-align: center;
    float: left;
    border: 2px solid #42a4bf;
}
.div_header_b ul .checked{
    color: #fff;
    background-color: #4fcaed;
}
.div_header_b{
    display: inline-block;
    position: relative;

}
.notimg{
    position: absolute;
    top: 25px;
    right: -20px;
}
.div_content{
    width: 65%;
    position: absolute;
    top: 440px;
    left: 340px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding:10px 50px;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17);
}
.item{
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.item_left{
    width: 16%;
    float: left;
}
.item_left img{
    margin:0 auto;
    height: 90px !important;
}

.item_left p{
    font-size: 16px;
    font-family: '微软雅黑';
    color:#333333;
    margin:0 auto;
}
.item_center{
    width: 64%;
    float: left;
    font-size: 18px;
    font-family: '微软雅黑';
    color:#333333;
    /* margin-left: 40px;*/
}
.item_right{
    width: 20%;
    float: left;
    margin-top: 50px;
    /*  margin-left: 40px;*/
}
.item_left img{
    width: 110px;
    height: 110px;
    margin-top: 25px;
}
.item_left p{
    margin-bottom: 25px;
}
.item_center p{
    line-height:30px;
    text-align: left;
    margin-top: 70px;
}
.item_right span{
    font-size: 42px;
}

.div_table{
    width: 100%;
    height: 440px;
    /*height: 450px;*/
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
}
.main-box{
    width: 80%;
    position: absolute;
    top: 440px;
    left: 10%;
    right: 0;
    background-color: transparent;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}
.combo-price-box{
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17);
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
}
.combo-price-box .combo-item{
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    flex: 0 0 calc((1/3)*100%);
    border-radius: 2px;
    position: relative;
}
.combo-item .combo-header{
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.combo-header .combo-detail{
    padding: 30px 20px 0;
}
.combo-detail h2{
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.combo-detail p{
    text-align: center;
}
.combo-price{
    padding: 20px 20px;
}
.combo-price>p{
    color: #555555;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.combo-price-box .signup-btn,
.combo-price-box .buy-pro-btn,
.combo-price-box .buy-enterprise-btn{
    height: 55px;
    line-height: 51px;
    width: 100%;
    display: block;
    margin: 14px auto 0;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 2px solid  #1caad9;
    border-radius: 4px;
    padding: 0 13px;
    font-family: "Titillium Web", sans-serif;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transition: background .2s;
}
.signup-btn{
    color: #1caad9;
    background-color: #ffffff;
}
.buy-pro-btn{
    color: #fff;
    background-color: #00aad8;
}
.buy-pro-btn:hover{
    background-color: #1687ac;
}
.buy-enterprise-btn{
    background-color: #007395;
    color: #fff;
}
.buy-enterprise-btn:hover{
    background-color: #1687ac;
}
.combo-price-box .signup-btn:hover{
    background-color: #e6e6e6;
}
.combo-price .price-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.price-box p{
    margin: 0;
}
.price{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pro .combo-currency,
.pro .amount,
.pro .monthly{
    color: #00aad8;
}
.enterprise .combo-currency,
.enterprise .amount,
.enterprise .monthly{
    color: #007395;
}
.combo-currency{
    font-size: 22px;
    position: relative;
    top: 20px;
}
.price .amount{
    font-size: 68px;
}
.monthly{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.monthly p{
    font-size: 22px;
}
.price-box>p, .price-box>div{
}
.combo-features li{
    padding: 8px 20px;
    list-style: none;
}
.combo-features>ul>li:nth-child(odd){
    background-color: #f2f2f2;
}
.min-height{
    min-height: 3250px;
}
.pro{
    background-color: #fff;
    transform: scale(1.02);
    z-index: 2;
    border: 3px solid #1ac95d;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(97, 108, 121, 0.17);
}
.best-deal{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1ac95d;
    padding: 6px 40px;
    border-radius: 100px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.combo-features{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pro .combo-features{
    min-height: 1016px;
}
.basic .combo-features{
    min-height: 840px;
}
.custom-design{
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    box-shadow: 0 11px 20px 0 rgba(97, 108, 121, 0.17);
    margin: 70px 0 90px 0;
    min-height: 540px;
}
.custom-design>div{
    flex: 0 0 calc((1/2)*100%);
}
.custom-design .enterprise-image{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: black;
    background-image: url(/images/price/needmoreBackground.png);
}
.custom-design .enterprise-image,
.custom-design .custom-design-detail{
    padding: 70px 60px 90px;
}
.enterprise-image>span{
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.design-title h2,
.design-title p{
    text-align: left;
}
.design-title h2{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.design-title p{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #555555;
}
.design-features ul{
    margin: 15px 0 55px;
    list-style: none;
}
.design-features li{
    text-align: left;
    color: #555555;
}
.design-features .fa-check{
    color: #1ac95d;
}
.design-features>ul>li+li{
    margin-top: 10px;
}
.design-features .catact-us-btn{
    background-color: #222222;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 13px;
    font-family: "Titillium Web", sans-serif;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    outline: none;
    transition: background .2s;
}
.design-features .catact-us-btn:hover{
    background-color: #1687ac;
}

.faq-box{
    width: 125%;
    background-color: #ffffff;
    position: relative;
    left: -12.5%;
    top: 100px;
    padding: 130px 0;
}

.faq-box .faq-title{
    margin: -60px 0 20px;

    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    color: #1caad9;
}
.faq-box .question-box{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.question-box>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.question-box .question-item{
    flex: 0 0 calc((1/2)*90%);
}
.faq-box .faq-question,
.faq-box .faq-answer{
    text-align: left;
}
.faq-box .faq-question{
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}