/*city_tier*/
.white{
    color:#fff;
}
.dis_block{
    display:block !important;
}
.city_tier_form{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.city_tier_form .mi_form_filed_row{
    float:left;
    width: 35%;
    margin-left: 20%;
    margin-right: 0px;
}
.city_tier_form .mi_form_filed_button{
    float:left;
    width: 20%;
}
.city_tier_form .mi_form_filed_row label{
    width: 100%;
    display: block;
    height: 35px;
    font-size: 20.92px;
    font-family:'SanFranciscoText-Regular';
}
.city_tier_form .mi_form_filed_button input[type="button"] {
    background: #ca2a28;
    width: 177px;
    text-align: center;
    height: 46px;
    line-height: 35px;
    color: #ffffff;
    border: none;
    font-size: 20.91px;
    border-radius: 5px;
    font-family:'SanFranciscoText-Regular';
}
.city_tier_form .mi_form_filed_button input[type="button"]:hover{
    color:#ca2a28;
    border:solid 2px #ca2a28;
     background: #ffffff;
}
.city_tier_list{
    width: 100%;
    text-align: center;
}
.city_tier_list a{
    color: white !important;
}
.page_body .page_content .city_tier_list h2{
    font-size: 30px;
    margin-bottom: 30px;
}
.city_tier_list .pink_tier{
    border-radius: 10%;
    background-color: #cb2756;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 22%;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.city_tier_list .green_tier{
    border-radius: 10%;
    background-color: #cecb23;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.city_tier_list .red_tier{
    border-radius: 10%;
    background-color: #f00;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.city_tier_list .blue_tier{
    border-radius: 10%;
    background-color: #1e678f;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.city_tier_list .gray_tier{
    border-radius: 10%;
    background-color:#b9b4b4;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}
.city_tier_list .dark_red_tier{
    border-radius: 10%;
    background-color: #ca2a28;
    width: 5%;
    height: 60PX;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 60px;
}




/* tier hover effect*/

.city_tier_list .pink_tier:hover,.city_tier_list .pink_tier:active{
    
    background: white;
    color: #cb2756 !important;   
    border: #cb2756 2px solid !important;
}
.city_tier_list .green_tier:hover,.city_tier_list .green_tier:active{
    
    background: white;   
    color: #cecb23 !important;
    border: #cecb23 2px solid !important;
    
}
.city_tier_list .red_tier:hover,.city_tier_list .red_tier:active{
 
    background: white; 
    color: #f00 !important;  
    border: #f00 2px solid !important;
}
.city_tier_list .blue_tier:hover,.city_tier_list .blue_tier:active{
 
    background: white;
    color: #1e678f !important;
    border: #1e678f 2px solid !important;
}
.city_tier_list .gray_tier:hover,.city_tier_list .gray_tier:active{
  
    background: white; 
    color: #b9b4b4 !important;
    border: #b9b4b4 2px solid !important;
}
.city_tier_list .dark_red_tier:hover,.city_tier_list .dark_red_tier:active{
  
   background: white; 
   color: #ca2a28 !important;
   border: #ca2a28 2px solid !important;
}


.city_tier_images img{
    width: 100%;
}

.city_tier_name{
    clear:both;
    width: 90%;
    text-align: center;
    font-size: 20px; /* tier result*/
    margin:0 auto;
    margin-bottom: 20px;
}
.red_color{
   background: white; 
   color: #f00 !important;
   border: #f00 2px solid !important;
}
.red a{
    color:#f00;

}
.pink_color{
   background: white; 
   color: #cb2756 !important;
   border: #cb2756 2px solid !important;
}
.pink a{
    color:#cb2756;

}
.dark_red_color { 
   background: white; 
   color: #ca2a28 !important;
   border: #ca2a28 2px solid !important;
}
.dark_red a{
    color:#ca2a28;
}
.gray_color{  
   background: white; 
   color: #b9b4b4 !important;
   border: #b9b4b4 2px solid !important;
}
.gray a{
    color:#b9b4b4;
}
.blue_color{
   background: white; 
   color: #1e678f !important;
   border: #1e678f 2px solid !important;
}
.blue a{
    color:#1e678f
}
.green_color{
   background: white; 
   color: #cecb23 !important;
   border: #cecb23 2px solid !important;
}
.green a{
    color:#cecb23;
}
.city_tier_images{
    display: block;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.city_tier_calculation{

    position: absolute;
    z-index: 9;
    padding: 10px 10px 10px 30px;
    background-color: rgba(77,74,74,0.7);
    width: 45%;
    background-size: 100% 100%;
    height: 600px;
    font-size: 25px;
    display: none;
    float: left;
}
.tier_city_name{
    text-align: center;  
    line-height: 55px;
    font-size: 25px !important;
    text-transform: uppercase;
    margin-top: 40px;
}
.tier_city_name::before{
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 1;
    width: 67px;
    height: 88px;
    background: url(images/city-white.png) no-repeat;
    background-size: contain;
    margin-top: 47px;
}
.city_tier_block{
    border-radius: 10%;
    width: 10%;
    height: 50PX;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 28px;
    color: white;
    text-align: center;
    line-height: 45px;
    margin-right: 8%;
    float: right;
}
.tier_en_city{
    float: left;
    text-align: right;
    margin-left: 78px;

}
.tier_en_province{
    float: left;
    margin-left: 8px;
}
.tier_comma{
    float: left;
}
.ranking{
    float: right;
    margin-right: 12%;
    padding-bottom:10px;
    font-size: 18px!important;
}
.city_tier_graph{
    float: right;
    margin-top: 25px;
    display: none;
    margin-right: 25px;
    position: relative;
    width: 400px;
    height: 330px;
}

.city_tier_graph .map_pin {
    background: url(images/cslogo-red&white.png) no-repeat;
    height: 33px;
    width: 25px;
    background-size: contain;
    position: absolute;
}
.city_bk{
    width: 100%;
    float: left;
    line-height: 20px;
    padding-bottom: 30px;
}
.city_bk .tier_left_div,
.city_bk .tier_left_div{
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 30px;
    font-size: 24px !important;
    font-family: 'Oswald', sans-serif;
}
.tier_left_div .small_div1 {
    margin-top: 8px;
    font-size: 20px;
}
.tier_left_div .small_div {
    margin-top: 8px;
    font-size: 20px;
}
.city_bk .tier_middle_div span{
    width: 105%;
    display: block;
}
.tier_middle_div{
    width: 17%;
    float: left;
    font-size: 18px !important;     
}
.city_bk .tier_right_div span,
.tier_right_div{
    width: 25%;
    float: left;
    font-size: 20px !important;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    padding-left: 10px;
}
.city_information{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.city_nator_news_block .blog_image{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: auto;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position:center;
}
.city_nator_news_block .blog_image span.date {
    margin-left: 15px;
    display: block;
    color: #fff;
    bottom: 10px;
    position: absolute;
    font-size: 13px;
}

@media all and (max-width:1300px) {
    .tier_city_name{
        font-size: 22px !important;
    }
}
@media all and (max-width:1200px) {
    .city_tier_list .pink_tier, .city_tier_list .green_tier,.city_tier_list .red_tier,.city_tier_list .gray_tier,.city_tier_list .blue_tier,.city_tier_list .dark_red_tier{
        width:6%;
        outline: 0;
    }
    .city_bk .tier_left_div .city_tier_gdp span{
        font-size: 21px;
    }

}
@media all and (max-width:1117px) {

    .city_tier_calculation{
        width: 50%;
    }
    .tier_middle_div {
        width: 18%;
    }
    .tier_en_city{
        margin-left: 60px;
    }
}
@media all and (max-width:1000px) {
    .city_tier_list .pink_tier{
        width:7%;
    }
    .city_tier_list .green_tier,.city_tier_list .red_tier,.city_tier_list .gray_tier,.city_tier_list .blue_tier,.city_tier_list .dark_red_tier{
        width:7%;
        margin-left:3%;
    }
    .city_tier_calculation{
        width:60%;
    }
}
@media all and (max-width:900px) {
    .city_tier_list .pink_tier{
        width:9%;
        margin-left: 17%;
    }
    .city_tier_list .green_tier,.city_tier_list .red_tier,.city_tier_list .gray_tier,.city_tier_list .blue_tier,.city_tier_list .dark_red_tier{
        width: 9%;
        margin-left: 17%;
        margin-bottom: 21px;
    }
}
@media all and (max-width:850px) {
    .tier_middle_div {
        width: 15%;}
    .city_tier_calculation{
        width: 65%;
    }
}
@media all and (max-width:800px) {
.city_bk .tier_right_div span,
.tier_right_div{
    width: 26%;
  }
}
@media all and (max-width:755px){
    .tier_city_name {
        font-size: 22px !important;
    }
    
}
@media all and (max-width:715px) {
    .tier_middle_div {
        width: 17%;}
    .tier_left_div {
        width: 50%;}
    .city_tier_form .mi_form_filed_row {
        float: left;
        width: 65%;
      
    }
    .city_tier_form .mi_form_filed_button {
        width: 100%;
        margin-top: 20px !important;  
    }  
}
@media all and (max-width:792px) {
  
    .city_tier_form .mi_form_filed_row{
        margin-left: 18%;
    }
}
@media all and (max-width:720px) {
    .city_bk .tier_left_div, .city_bk .tier_left_div{
        width: 50%;
    }
   
}
@media all and (max-width:700px) {
    .city_tier_list .pink_tier{
        width:12%;

    }
    .city_tier_list .green_tier,.city_tier_list .red_tier,.city_tier_list .gray_tier,.city_tier_list .blue_tier,.city_tier_list .dark_red_tier{
        width: 12%;

    }
    .city_tier_block{
        margin-right: 0;
    }
    .city_tier_calculation {
        width: 70%;
    }
    
}
@media all and (max-width:684px) {
    .tier_middle_div {
        width: 20%;
    }
}
@media all and (max-width:640px) {
    .city_tier_calculation {
        width: 100%;
        padding: 10px 10px 10px 10px;
    }
   .ranking {
    margin-right: 9% !important;
}
  .tier_en_city {
     margin-left: 75px !important;
  }
    .tier_middle_div {
        width: 14% !important;
    }

    .tier_right_div span, .tier_right_div {
        width: 25% !important;
    }
    .tier_city_name{
        font-size: 18px !important;
    }
    .cn .page_body .page_content .city_tier_list h2{
        font-size: 24px;
    }
}
@media all and (max-width:522px) {
    .tier_middle_div {
        width: 15% !important;
    }
   
}
@media all and (max-width:500px) {
    .city_tier_list .pink_tier{
        margin-left: 12%;
        width: 16%;
    }
    .city_tier_list .green_tier,.city_tier_list .red_tier,.city_tier_list .gray_tier,.city_tier_list .blue_tier,.city_tier_list .dark_red_tier{
        margin-left: 12%;
        width: 16%;

    }
     .tier_city_name::before {
        margin-top: 30px !important;
    }
    .tier_city_name {
        margin-top: 30px !important;
    }
    .city_information {
        margin-top: 0px !important;
    }
  
    .tier_middle_div {
        width: 14% !important; 
    }
}
@media all and (max-width:400px){
   .ranking {
      margin-right: 5% !important;
   }
   .tier_right_div span, .tier_right_div {
        width: 15% !important;
        margin-left: 50px;
        padding-left: 0px;
    }
    .tier_middle_div {
        font-size: 16px !important;
    }
    .city_bk .tier_left_div {
      padding-right: 15px;
     }
      .city_bk .tier_left_div, .city_bk .tier_left_div {
       width: 50%;
      }
}
@media all and (max-width:349px) {
    .city_tier_calculation{
        padding: 10px 10px 10px 15px;
    }
    .tier_en_city{
        margin-left: 40px !important;
    }
    .tier_city_name::before {
        width: 60px;
        left: 0px;
    }
    .city_tier_images,
    .city_tier_calculation{
        height: 660px;
    }
    
    .city_bk .tier_left_div .city_tier_gdp span {
       font-size: 17px !important;
     }
     .ranking {
        margin-right: 3% !important;
     }
    
}