/* 证书价格排行 */
html,body{
    background-color: #fafafa;
}
.price_tit{
    padding: 4vw;
    font-size: 4.267vw;
    font-weight: bold;
    color: #333;
    /*background-color: #fafafa;*/
    background-color: #fff;
    display: none;
}
.price_filtrate{
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 10.667vw;
    border-bottom: 0.267vw solid #eeeeee;
}
.price_filtrate>div{
    flex: 5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    font-size: 4vw;
    color: #6d6d6d;
}
.price_filtrate>div>span{
    flex: 9;
    font-size: 3.733vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_filtrate>div>span>span{
	margin-right: 2.667vw;
}
.price_filtrate>div>i{
    flex: 1;
    font-size: 4vw;
    color: #6d6d6d;
}
.price_filtrate>div:nth-of-type(2){
    border: 0.267vw solid #eeeeee;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.price_filtrate>div:nth-of-type(3){
    border-right: 0.267vw solid #eeeeee;
}
.price_filtrate_licx{
    padding: 4vw 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.267vw solid #eeeeee;
    background-color: #fff;
}
.price_filtrate_licx>button{
    padding: 0;
    outline: none;
    font-size: 3.2vw;
    width: 24vw;
    height: 10vw;
    border-radius: 1.067vw;
}
.price_filtrate_btn{
    color: #0e7f0d;
    border: 1px solid #0e7f0d;
    background-color: #fff;
}
.price_filtrate_reset{
    background-color: #eee;
    color: #333;
}

/* 列表 */
.price_data_head{
    padding: 2.667vw 1.333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 4vw;
    color: #333;
    border-bottom: 0.267vw solid #eeeeee;
}
.price_data_head>span:nth-of-type(1){
    flex: 4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.price_data_head>span:nth-of-type(2),
.price_data_head>span:nth-of-type(3){
    flex: 3;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.price_data_list04{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.333vw 1.333vw;
    background-color: #fff;
    margin-bottom: 1.6vw;
    font-size: 4vw;
    color: #6d6d6d;
}
.price_data_list04>span:nth-of-type(1){
    flex: 4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.price_data_list04>span:nth-of-type(2){
    flex: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.price_data_list04>span:nth-of-type(3){
    flex: 3;
    color: #fe6c00;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

/* 弹出框 */
.price_model_box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    display: none;
}
.price_data_tit{
    position: relative;
    z-index: 1000;
    background-color: #fff;
    height: 10.667vw;
    line-height: 10.667vw;
    border-bottom: 0.267vw solid #eeeeee;
    text-align: center;
    font-size: 4vw;
}
.price_model_cancel{
    position: absolute;
    top: 0;
    right: 4vw;
    color: #0e7f0d;
    font-size: 3.733vw;
}
.price_model_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
    background: rgba(0,0,0,.5);
}
.price_model_box02{
    position: relative;
    background-color: #fff;
    z-index: 999;
    height: 120vw;
    padding-bottom: 13.067vw;
}
.price_model_box03{
    float: left;
    height: 100%;
    width: 30%;
    overflow: auto;
    border-right: 0.267vw solid #eeeeee;
}
.price_model_box03>li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.667vw;
    font-size: 3.733vw;
    color: #333;
    height: 10.667vw;
    text-align: center;
    border-bottom: 0.267vw solid #eeeeee;
}
.price_model_box03>li.cut{
    color: #0e7f0d;
}
.price_model_box04{
    float: left;
    height: 100%;
    width: 70%;
    overflow: auto;
}
.price_model_box04>li{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/3 - 3.467vw);
    margin: 1.333vw 1.6vw;
    height: 10.667vw;
    text-align: center;
    font-size: 3.467vw;
    color: #333;
    background-color: #eeeeee;
}
.price_model_box04>li.cut{
    color: #0e7f0d;
}

/* 详情 */
.zsjgph_info_head{
    padding: 5.333vw 2.667vw;
    background-color: #0e7f0d;
    color: #fff;
     text-align: center; 
}

.zsjgph_info_tit{
    font-size: 4.267vw;
}
.zsjgph_info_cs_zz{
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-wrap: wrap;
    margin: 2.133vw 0;
}
.zsjgph_info_cs_zz02{
    font-size: 4.267vw;
    margin: 0 1.333vw;
}
.zsjgph_info_ht{
    font-size: 3.2vw;
}
.zsjgph_info03{
    padding: 0 2.667vw;
    height: 17.333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6vw;
    background-color: #fff;
    font-size: 4vw;
}
.zsjgph_info03>span:nth-of-type(1){
    color: #333;
}
.zsjgph_info03>span:nth-of-type(2){
    color: #fe6c00;
}
.zsjgph_info_chart02{
    text-align: center;
    padding: 2.667vw 2.667vw 0;
    margin: 1.667vw 0 0;
    font-size: 4.267vw;
    font-weight: bold;
    color: #333;
    background: #fff;
}
#zsjgph_info_chart03{
	width: 100%;
	margin: 0 auto;
    background-color: #fff;
    height: 80vw;
    padding: 5.333vw 0 0 0;
    box-sizing: border-box;
}
.price_model_city01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.price_model_city01>li{
	width: 25%;
	border: 0.267vw solid #eeeeee;
	margin: 1.333vw 4vw;
}

.zsjgph_info_list {
    
}

.zsjgph_info_list01{
    text-align: center;
    padding: 2.667vw 2.667vw 0;
    margin: 1.667vw 0 0;
    font-size: 4.267vw;
    font-weight: bold;
    color: #333;
    background: #fff;
}

.zsjgph_info_list02 {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5.333vw 2.667vw 0;
    box-sizing: border-box;
    font-size: 14px;
}

.zsjgph_info_list02 a{
    display: inline-block;
    width: 100%;
    padding: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.other-jiage{
    margin-top: 2vw;
    margin-bottom: 9.5vh;
    padding: 1vw 2vw 4vw;
    background: #fff;
    height: 50vw;
}

.gkjg_con_030{
    text-align: center;
    padding: 2.667vw 2.667vw 0;
    margin: 1.667vw 0 0;
    font-size: 4.267vw;
    font-weight: bold;
    color: #333;
    
}

.other-jiage-list {
    width: 100%;
    margin: 0 auto;
    padding: 5.333vw 2.667vw 0;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-jiage-list a{
    padding-left: 8px;
}

.recommend_h {
    padding: 0 2vw;
    /*border-top: 6px solid rgb(240, 240, 240);*/
    overflow: hidden;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
}

.recommend_h a {
    display: inline-block;
}

.lietoutj_h {
    float: left;
    width: 91vw;
    border: 1px solid rgb(220,220,220);
    padding: 10px;
    margin: 10px 10px -2px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.lietoutj_h1 {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.lietoutj_img {
    /*float: left;*/
    width: 68px;
    height: 68px;
}

.lietoutj_xx {
    /*float: left;*/
    margin-left: 10px;
}

.affiliated {
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
  margin-top: 6px;
  border-radius: 8px;
}

.gkjg_con_030_hl {
    padding: 4vw;
}

.gkjg_con_030_hl2 {
    margin-top: 5px;
    height: 36px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(220,220,220);
    padding: 8vw 2vw;
    border-radius: 6px;
}

.gkjg_con_030_hl2 p {
    font-size: 14px;
    display: inline-block;
    /*line-height: 36px;*/
    font-family: 'Microsoft YaHei';
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gkjg_con_030_hl2 p span {
    display: inline-block;
    width: 100%;
}

.download_h {
  float: right;
  line-height: 28px;
  margin-top: 4px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  width: 60px;
  text-align: center;
  font-family: 'Microsoft YaHei';
  background: #fe6c00;
}

body {
    padding-bottom: 9.5vw;
}