a {
    text-decoration: none;
    color: #016bb9;
}

input {
    outline: none;
    border: none;
    margin-left: 5px;
}

.box {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    margin: 0 auto;
    overflow: hidden;
}

.title {
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #016bb9;
    line-height: 50px;
    font-size: 20px;
    background: #f2f9ff;
}

.SQGK_line {
    width: 100%;
    height: 3px;
    background: url(../img/xf_br.png);
}

.sqgk_con {
    padding: 0 10px;
}

.sqr_xx {
    width: 100%;
    height: 42px;
    border-bottom: 2px solid #cdcdcd;
    line-height: 42px;
    font-size: 18px;
    margin-top: 20px;
}

.sqr_xx span {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    border-bottom: 2px solid #076eba;
    text-align: center;
}

.sanjiao {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #016bb9;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    /* display: none; */
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.sqr_type {
    margin-top: 10px;
}

.sqr_type span {
    color: #f6000c;
}

.sqr_xx_Tab table,
.sqr_Tab table {
    /* width: 968px; */
    width: 100%;
    color: #000;
}

.sqr_xx_Tab table tr td,
.sqr_Tab table tr td {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}

.tab_tt {
    background: #f8f8f8;
    width: 130px;
    text-align: center;
}

.tab_tt small {
    color: #f6000c;
    position: relative;
    top: -3px;
    right: 3px;
}

.sqr_xx_Tab table tr td textarea {
    width: 100%;
    height: 120px;
    outline: none;
    border: 0;
}

.sqr_xx_Tab table tr td select {
    width: 100%;
    height: 40px;
    outline: none;
    border: 0;
}

.sqr_xx_Tab table tr td input {
    width: 98%;
    height: 38px;
}

.sqr_Tab table tr td input {
    margin: 5px 10px;
}

#yzgetCode {
    width: 200px;
    height: 42px;
    border: 1px solid #eee;
    padding-left: 5px;
    margin-left: 0;
}

.yzm {
    position: relative;
    right: 10px;
    margin-top: 20px;
}

.tjBtn {
    display: block;
    width: 203px;
    height: 48px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    margin: 30px auto;
    cursor: pointer;
}

.nonull {
    position: relative;
}

