
.main1{
    background-color: #fff;
    padding: 40px;
}
.content_r_h1{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.main1_c{
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
    padding-top: 20px;
}
.main2_c{
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
    padding-top: 20px;
}
.main1_c_list_title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.main1_c_list{
    margin-bottom: 50px;
}
.main1_c_list_type{
    display: flex;
    margin-top: 30px;
}
.main1_c_list_type_l{
    line-height: 40px;
    color: #666;
    width: 76px;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    font-size: 16px;
}
.main1_c_list_type_l2{
    font-size: 16px;
    line-height: 40px;
    color: #333;
    width: 76px;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
.main1_c_list_type_l span{
    color: #f00;
    margin-right: 4px;
}
.pull_down .pull_down_text{
    height: 40px;
    width: 300px;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    color: #999;
    cursor: pointer;
    line-height: 40px;
}

.pull_down span{
    position: absolute;
    right: 20px;
    color: #999;
    top: 0;
}
.pull_down{
    position: relative;
   
}
.pull_down ul{
    display: none;
    position: absolute;
    top: 42px;
    padding:  10px 0;
    width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    line-height: 40px;
    z-index: 90;
}
.pull_down ul li{
    padding-left: 15px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
}
.pull_down ul li:hover{
    
    background-color: #fe6600;
   color: #fff;
}
.pull_down ul .pull_down_color{
    background-color: #fe6600;
    color: #fff;
}
.main1_c_list_type_r2 input{
    width: 400px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 10px;
}
.main1_c_list_type_r2{
    display: flex;
}
.main1_c_list_type_r3 .top_p{
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.code-btn-s{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-left: 20px;
}
.code-btn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-left: 20px;
}
.main1_c_list_type_r4{
    display: flex;
}
.main1_c_list_type_r4 .pull_down_text{
    margin-right: 20px;
}
.main1_button{
    width: 200px;
    height: 40px;
    background-color: #fe6000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.main2{
    background-color: #fff;
    padding: 40px;
}
.main2_c_top div{
    width: 140px;
    height: 40px;
    background-color: #fe6600;
    color: #fff;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    line-height: 40px;
   cursor: pointer;
}
.main2_c_top{
    display: flex;
    justify-content: flex-end;
}
.main2_c_list{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.main2_c_list li{
    height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.main2_c_list_type1{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main2_c_list_type2{
    width: 320px;
}
.main2_c_list .main2_c_list_t{
    background-color: #f8f8f8;
    border: none;
}
.main2_c_list_type1 span{
    cursor: pointer;
    padding: 0 5px;
}


.main1_c_list_type_r4 select{
    width: 200px;
    height: 40px;
    border: 1px solid #ccc;
    color: #666;
    outline: none;
}
#provinceName{
    margin-right: 15px;
}
 .main2_c_list_type2_wz{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }