.select-title{
    width: 1200px;
    height: 112px;
    line-height: 112px;
    font-size: 40px;
    color: #0d1c28;
}
.item{
    width: 1200px;
    margin-bottom: 60px;
}
.item-title{
    font-size: 24px;
    color: #0d1c28;
    box-sizing: border-box;
    height: 66px;
    line-height: 62px;
    border-bottom: 4px solid #0d1c28;
}
.item-content{
    padding-top: 30px;
}
.item-content .list{
    height: 55px;
}
.item-content .textarea-list{
    height: auto;
}
.item-content .list .text-label{
    text-align: right;
    width: 151px;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    line-height: 32px;
    color: #112534;
}
.item-content .list .text-label span{
    color: #c10b28;
}
.list .text-content{
    float: right;
    height: 100%;
    width: 1049px;
}

.list .text-content .input-w100{
    display: block;
    height: 32px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #333333;
    text-indent: 10px;
}
.list .text-content>div>input::placeholder{
    color: #cccccc;
}
.list .text-content div select{
    display: block;
    width: 350px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #333333;
    text-indent: 10px;
    float: left;
}
.list .text-content .input-w679{
    display: block;
    width: 679px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #333333;
    text-indent: 10px;
    float: right;
}
.list .text-content textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    padding: 6px;
    font-size: 16px;
    color: #333333;
}
.submit{
    width: 1200px;
    margin-bottom: 60px;
}
.submit button{
    display: block;
    outline: none;
    border: none;
    width: 168px;
    height: 48px;
    background-color: #3e97df;
    color: #ffffff;
    font-size: 16px;
}


.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.lg-content{
    width: 360px;
    height: 410px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -205px;
}
.lg-title{
    height: 90px;
    line-height: 88px;
    font-size: 24px;
    font-weight: normal;
    color: #3e97df;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.lg-title .lg-close{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../png/q3upz9.png") center no-repeat;
    z-index: 10;
    cursor: pointer;
}
.lg-title::before{
    content: '';
    width: 60px;
    height: 1px;
    background: #eaeaea;
    display: block;
    position: absolute;
    left: 30px;
    top: 45px;
}
.lg-title::after{
    content: '';
    width: 60px;
    height: 1px;
    background: #eaeaea;
    display: block;
    position: absolute;
    right: 30px;
    top: 45px;
}
.lg-item{
    width: 300px;
    height: 69px;
    margin: 0 auto;
    position: relative;
}
.lg-item input{
    display: block;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    text-indent: 50px;
    font-size: 14px;
}
.lg-item .lg-icon{
    position: absolute;
    width: 18px;
    left: 9px;
    top: 9px;
}
.lg-item::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    left: 36px;
    top: 11px;
    background: #e1e1e1;
}
.lg-item input::placeholder{
    color: #cccccc;
}
.lg-captcha-item input{
    width: 190px;
}
.lg-captcha-item>div>div{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ffffff;
}
.lg-captcha-item>div>div img{
    width: 100%;
    height: 100%;
}
.lg-p button{
    display: block;
    width: 300px;
    height: 48px;
    background-color: #3e97df;
    border-radius: 4px;
    margin:  0 auto;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.lg-p .lg-tip{
    font-size: 14px;
    color: #999999;
    width: 300px;
    margin: 0 auto;
    padding: 8px 0;
}
.lg-p .lg-tip a{
    color: #1b82d1;
}