html{
    height: 100%;
}
* {
    padding: 0px;
    margin: 0px;
    font-family:Microsoft YaHei;

}
body{
    height: 100%;
}

.head {
    width: 100%;
    height: 10%;
    /*background: #ff4444;*/
}

.head-left {
    float:left;
    height: 100%;
    width: 15%;
    display: block;
}
.headimg{
    height: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.top_title{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.head-right {
    width: 40%;
    text-align:right;
    margin-left: 54%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.head_img {
    height: 80%;
    margin-left: 10px;
    margin-top: 10px;
}

.content{
    width:100%;
    /* background: #777777;*/
    text-align: center;
}
.index{
    width:100%;
    height:52px;
    background:#2a2a2a;
    font-size:15px;
}

.indexItem{
    width:10%;
    height:52px;
    float:left;
    background:#1661a9;
    text-align:center;
    line-height:52px;
    background:#1661a9;

}
.indexItem1{
    width:10%;
    height:52px;
    float:left;
    text-align:center;
    line-height:52px;
}
.indexItem_margin{
    margin-left: 10%;
}

a{
    text-decoration:none;
    color:#FFFFFF;
}


.bootm{
    width:100%;
    height:200px;
    background:#1d1d1d;
    color:#FFFFFF;
    size:15px;
}

.bootm_dec{
    width:100%;
    height:120px;
}
.bootm_text{
    width:30%;
    height:120px;
    font-size: 10px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.bootm_text h3{
    font-size: 20px;
    padding-bottom: 10px;
}
.bootm_copyright{
    width:100%;
    text-align: center;
    font-size: 1rem;
    color: white;
}




/*弹框提示 start*/
.pop {
    display: none;
    left: 7.5%;
    width: 75%;
    height: 55%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5%;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}

.pop-top {
    height: 40px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
    text-align: center;
}

.pop-top-title {
    font-size: 26px;
    display: black;
    font-weight: bold
}

.pop-top span {
    float: right;
    cursor: pointer;
    font-weight: bold;
    display: black
}

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
}

.pop-cancel, .pop-ok {
    font-size: 18px;
    padding: 14px 15px;
    width: 80%;
    border: none;
    border-radius: 5px;
    background-color: #01bf9d;
    color: #fff;
    cursor: pointer;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.pop-content {
    height: 150px;
}

.pop-content-left {
    float: left;
}

.pop-content-right {
    width: 310px;
    float: left;
    padding-top: 10px;
    font-size: 14px;
    line-height: 36px;
}

.bgPop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
/*弹框提示 end*/
