.pcInfo {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    padding: 5px;
    margin: -143px 0 0 -230px;
    /*background: #00B150 url('/static/images/closeIcon.png') no-repeat right 10px top 10px;*/
    background: url('/static/images/closeIcon.png') no-repeat right 10px top 10px;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px #999;
}

.pcInfo1 {
    /*background: #00B150 url('/static/images/clearIcon2.png') no-repeat right 20px top;*/
    background: url('/static/images/clearIcon2.png') no-repeat right 20px top;
}

.pcInfo h2 {
    line-height: 65px;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
}

.pcInfo .altInfo {
    background-color: #fff;
    padding: 20px 30px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    height: calc(100% - 115px);
}

.pcInfo .altInfo dt {
    position: relative;
    /*border-bottom: 1px solid #EDEDED;*/
    font-family: sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.pcInfo .altInfo dt input {
    width: 80%;
}

.pcInfo .altInfo dt .pc_goback {
    position: absolute;
    right: 0;
    color: #00B150;
    line-height: 28px;
    font-size: 16px;
    text-decoration: none;
}

.pcInfo .altInfo dd {
    margin: 0 0 5px;
    font-family: sans-serif;
    background: url('/static/images/listDot.jpg') no-repeat left center;
    padding-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.pcInfo .InfoBtn {
    text-align: center;
}

.pcInfo .InfoBtn a {
    display: inline-block;
    padding: 0 30px;
    border-radius: 5em;
    -moz-border-radius: 5em;
    -o-border-radius: 5em;
    -webkit-border-radius: 5em;
    overflow: hidden;
    text-decoration: none;
}

.pcInfo .InfoBtn .loginBtn {
    color: #fff;
    background-color: #00B150;
    height: 30px;
    line-height: 30px;
    font-family: sans-serif;
}

.pcInfo .InfoBtn .regBtn {
    color: #00B150;
    border: 1px solid #00B150;
    margin-left: 10px;
    height: 28px;
    line-height: 28px;
    font-family: sans-serif;
}

.pcInfo .altInfo dt span {
    text-align: center;
    width: 100%;
    display: inline-block;
}
