﻿.div_sort
{
    width: 100%;
    margin: 8px 0;
    border: #39A4F2 1px solid;
    border-radius: 3px;
    _padding-bottom: 5px;
}
.setion-title
{
    width: 100%;
    overflow: hidden;
    background: #39A4F2;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-indent: 25px;
}
.setion-title a
{
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.setion-title a:hover
{
    color: #FFF;
    font-size: 14px;
}
.content-layout
{
    width: 1000px;
    margin: 0 auto;
}
.top-layout
{
    line-height: 25px;
    width: 700px;
    margin: 12px auto;
    font-size: 14px;
}
.tips-title
{
    color: #F00;
    margin: 0px 0px;
}
.tips-info
{
    color: #666;
}
.main-layout
{
    display: block;
    margin: 0 auto;
    width: 600px;
}
.section-line
{
    display: block;
    margin-bottom: 15px;
}
.section-line dt
{
    display: inline-block;
    width: 95px;
    text-align: right;
    font-size: 14px;
}
.section-line dt b
{
    color: #c00;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.section-line dd
{
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.section-line dd:nth-child(3)
{
    width: 120px;
    justify-content: block-start;
    padding-left: 10px;
}
.section-input
{
    width: 190px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #a0a0a0;
    text-indent: 6px;
}
.txtChkCode
{
    width: 105px;
}
.chkImg, .verify-code
{
    width: 80px;
    height: 32px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    float: right;
}
.submit-btn
{
    display: block;
    outline: none;
    padding: 8px 30px;
    border-style: none;
    cursor: pointer;
    border-radius: 5px;
    background: #39A4F2;
    color: #fff;
    font-size: 14px;
    margin: 8px 0px;
}
.submit-btn:hover
{
    background: #1b72d2;
}
.btn-get-ucode
{
    display: block;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px !important;
    color: #39A4F2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
}
.btn-get-ucode:hover
{
    background: #39A4F2;
    color: #fff;
}
.txt-phone
{
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    text-indent: 6px;
    border-style: none;
}

.popbox-chkcode-layout
{
    display: flex;
    width: 90%;
    margin: 10px auto;
    align-items: center;
    justify-content: flex-start;
}

.txtMCode
{
    width: 190px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #a0a0a0;
    text-indent: 6px;
}
