﻿.pageinfo {
    margin-top: 8px;
}

.prompt{
    background-color: #f2f0f1;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #666;
    margin: 12px 0px;
    text-align: center;
    margin-left: 180px;
    margin-right: 180px;
}
.prompt a{
    text-decoration: none;
    color:blue;
}
.prompt span{
    margin-left: 22px;
}
.prompt .btnJump{
    background-color: #87b87f;
    width: 110px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    color: white;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}

.consultNews tr td:first-child{
    color: #666;
    font-size: 14px;
    width:275px;
    text-align: right;
}

.consultNews{
    margin: 18px 0px 36px 0px;
}

.select_unit{
    width: 290px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    background: white;
    border:1px solid #ccc ;
}

.consultNews tr td:first-child img{
    position: relative;
    top: 2px;
    right: 5px;
    
}

.consultNews tr td:last-child .warning{
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 5px;
}

.consultNews tr td:last-child{
    color: #000;
    font-size: 14px;
}

.consultTitle{
    width: 530px;
    height: 26px;
    margin: 0;
    border:1px solid #ccc ;
    margin-right: 18px;
}

.consultNews textarea{
    width: 528px;
    height: 150px;
    border:1px solid #ccc ;
    color: #444;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
}

.consultNews input{
    margin: 0;
    float: none;
    text-align: left;
    border:1px solid #ccc ;
    color: #666;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.consultType{
    background: white;
    width: 600px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 180px;
    vertical-align: middle;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -300px;
}
.consultType .exatypeR{
    margin-right: 20px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.consultType .exatype{
    height: 80px;
    vertical-align: middle;
}
.consultType span{
    cursor: pointer;
}

.name{
    width:290px;
    height: 26px;
    /*border-color:#999 ;*/
}

.tel{
    width:290px;
    height: 26px;
    /*border-color:#999 ;*/
    margin-right: 18px;
}

.consultNews .information{
    width:15px;
    height: 15px;
    margin-right: 10px;
}

.consultNews tr{
    display:block;
    margin:15px 0;
}

.consultNews label{
    padding-right: 20px;
}

.consultNews .checkCode1{
    width:130px;
    height: 26px;
    margin-right:20px ;
}

.consultNews a{
    color: #666;
}

button{
    width:135px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.consultButton{
    text-align: center;
    margin-bottom: 50px;
}

.submit{
    background-color: #00a0ea;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.close{
    background-color: #00a0ea;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.warninfo{
    display: none;
}

.successTitle{
    margin-top: 60px;
    color: #ff5307;
    font-family: "黑体";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}
.successTitle img{
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 20px;
}
.successMsg{
    color: #666;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}
.successBtn{
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.mask{
    position: absolute;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
    display: block;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.mask .maskinfo{
    color: #666;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.mask .backhome{
    color: #8a8a8a;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    text-align: right;
    margin-right: 70px;
}
.mask .backhome img{
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
}
