.zong_2 ul li:nth-child(2){
    border-bottom: 2px solid #0066C5;
    color: #0066C5;
}
.chaxun{
    padding: 30px 20%;
        
}
.chaxun .chaxun_box{
    border: 1px solid #EEEEEE;
    /* height: 500px; */
    padding: 5%;
}
.chaxun .chaxun_box .chaxun_biaoti{
    /* height: 200px; */
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 30px;
}
.chaxun .chaxun_box .chaxun_biaoti label{
    color: #767676;
    /* float: left; */
    line-height: 40px;
    font-size: 16px;
}
.chaxun .chaxun_box .chaxun_biaoti>div{
    margin-bottom: 40px;
    height: 40px;
    line-height: 40px;
}
.chaxun .chaxun_box .chaxun_biaoti input{
    height: 40px;
    width: 40%;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    padding-left: 15px;
    box-sizing: border-box;
}
.chaxun .chaxun_box .chaxun_biaoti select{
    height: 40px;
    width: 40%;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    padding-left: 15px;
    color: #8A7575;
    margin-left: -7px;
    
}
.chaxun .chaxun_box .chaxun_biaoti select>option:nth-child(1){
    color: #8A7575;
}
.chaxun .chaxun_box .shuoming{
    margin-bottom: 40px;
}
.chaxun .chaxun_box .shuoming>p{
    font-size: 16px;
    color: #767676;
    margin-bottom: 20px;
}
.chaxun .chaxun_box .shuoming>textarea{
    width: 100%;
    height: 200px;
    resize: none;
}
.chaxun .chaxun_box .fabu{
    text-align: right;
    margin-bottom: 40px;
}
.chaxun .chaxun_box .fabu button{
    height: 40px;
    width: 120px;
    background-color: #0467C2;
    border: none;
    border-radius: 5px;
    color: white;
}
.chaxun .chaxun_box .add_biaoti{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #767676;
    margin: 20px 0;
}
.chaxun .chaxun_box .add_biaoti>div{
    display: inline-block;
    cursor: pointer;
}
.chaxun .chaxun_box .add_biaoti>div>img{
    vertical-align: middle;
    width: 30px;
}
.chaxun .chaxun_box .add_biaoti hr{
    width: 84%;
    display: inline-block;
    color: #EDEDED;
    vertical-align: middle;
}

/* 扣除虚拟币窗口------------------------------------------------------------------------------------------------------ */
.xuni_bg_1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0.5;
    display: none;
}
.xuni_tan_1{
    position: fixed;
    top: 35%;
    left: 35%;
    width: 400px;
    height: 250px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    display: none;
}
.xuni_tan_1 .xuni_top{
    height: 50px;
    width: 100%;
    background-color: #fdc862;
    position: relative;
}
.xuni_tan_1 .xuni_top img{
    width: 100px;
    height: 70px;
    position: absolute;
    left: 150px;
    top: 10px;
}
.xuni_xuni_tan_1tan .xuni_zong{
    color: #6c6c6c;
    font-size: 18px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}
.xuni_tan_1 .xuni_btn{
    text-align: center;
}
.xuni_tan_1 .xuni_btn button{
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #0163C4;
    color: white;
    cursor: pointer;
}
.xuni_tan_1 .xuni_btn button:nth-child(1){
    margin-right: 20px;
}