body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #000000;
}
p{
    margin: 0;
}
input{
    outline: none;
}
.hide{
    display: none !important;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.flex_wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.img100{
    display: block;
    width: 100%;
}
.hide{
    display: none;
}
.hxypager {
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}
.hxypager a{
    border: #eee 1px solid; padding: 10px;text-decoration: none;
}
.hxypager a:not(:last-child){
    margin-right: 5px;
}
.hxypager a:hover {
    border: #999 1px solid;
}
.hxypager a:active {
    border: #999 1px solid; COLOR: #666;
}
.hxypager .current {
    border: none;  padding: 10px;color: #fff;background: #1EBCF0;margin-right: 5px;
}
.hxypager .disabled {
    border: #eee 1px solid; COLOR: #ddd; padding: 10px;margin-right: 5px;
}
.hxypager input{
    padding:0;
    width: 30px;
    border: 1px solid #ccc;
}
.header{
    width: 100vw;
    height: 75px;
}
.header_part{
    width: 62.5vw;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.header_left{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.header_left>img{
    height: 55px;
    margin-right: 100px;
}
.header_left>a{
    margin-right: 28px;
    font-size: 16px;
}
.header_left>a.on{
    color: #31ccff;
    font-weight: bolder;
}
.header_login{
    background: #31ccff;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 10px;
}
.pc_footer{
    border-top:1px solid #eee;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer_info{
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.footer_info>span{
    margin-right: 20px;
}
.guide_part{
    position: fixed;
    bottom: 200px;
    left: 50%;
    margin-left: 605px;
    z-index: 1000;
}
.guide_item{
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    background: #F4F4F4;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
}
.guide_item:not(:last-child){
    margin-bottom: 5px;
}
.guide_item1{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.guide_item4{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
}
.guide_item4>a{
    background:#1EBCF0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.guide_item2{
    width: 268px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.guide_item2>p{
    background:#1EBCF0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.guide_item3{
    background: #ffffff;
    border: 1px solid #DDDDDD;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
}
.guide_item3::before{
    display: inline-block;
    height: 18px;
    width: 13px;
    border-left: 1px solid #ffffff;
    background: url("../img/icon_right.png") no-repeat center/100% 100%;
    position: absolute;
    right: -13px;
    top: 20px;
    content: "";
    box-sizing: border-box;
}
.guide_item3>img{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.guide_item3>p{
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 130px;
    height: 14px;
    margin: 0 auto;
}
.guide_item4{
    background: #ffffff;
    border: 1px solid #DDDDDD;
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
}
.guide_item4::before{
    display: inline-block;
    height: 18px;
    width: 13px;
    border-left: 1px solid #ffffff;
    background: url("../img/icon_right.png") no-repeat center/100% 100%;
    position: absolute;
    right: -13px;
    top: 20px;
    content: "";
    box-sizing: border-box;
}
.guide_item4>p{
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 130px;
    height: 18px;
    margin: 0 auto;
}
.search_input{
    position: relative;
    width: 350px;
    margin: 0 auto;

}
.search_input>input{
    display: block;
    border: 1px solid #eef0f5;
    font-size: 14px;
    height: 40px;
    width: 100%;
    color: #979ba6;
    border-radius: 1.2rem;
    box-sizing: border-box;
    padding: 0 14px;
    background: #F1F1F1;
    box-sizing: border-box;
}
.search_input>a{
    position: absolute;
    height: 30px;
    right: 8px;
    top: 5px;
}
.search_input>a>img{
    height: 100%;
}
.header_user{
    display: flex;
    display: -webkit-flex;
    align-items: center;

}
.header_user>a{
    font-size: 14px;
    background:#1EBCF0;
    color: #ffffff;
    padding: 5px 10px;
    margin-right: 10px;
}
.container {
    width: 1200px;
    margin: 0 350px;
    padding: 0;
    box-sizing: border-box;
    padding-top: 20px;
}
.emptydata{
}
.emptydata>img{
    display: block;
    width: 80px;
    margin: 20px auto;
}
.emptydata>p{
    font-size: 16px;
    text-align: center;
}
.pop{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.pop_box{
    width: 476px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    padding: 20px 10px 30px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15%;
    position: relative;
}
.pop_del{
    position: absolute;
    top:10px;
    right: 10px;
    width: 30px;
    height:30px;
}
.pop_box_title{
    font-size: 24px;
    color: #666;
    text-align: center;
}
.pop_box_item{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}
.pop_box_item>textarea{
    width: 100%;
    padding: 14px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}
.pop_box_item>input{
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 14px;
    outline: none;
}
.pop_box_sub{
    width: 230px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #fc730e;
    text-align: center;
    font-size: 14px;
    display: block;
}
.pop_box_tip{
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
