/* css reset start */

body {
    font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
span,
blockquote,
table,
th,
td,
embed,
object,
a,
textarea {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

fieldset,
img,
iframe {
    border: 0;
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

button,
input,
select,
textarea {
    font-size: 100%;
    resize: none;
}

abbr,
acronym {
    border: 0;
}

:focus {
    outline: 0;
}

cite,
em,
dfn {
    font-style: italic;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

input[type='text'] {
    vertical-align: middle;
}

img {
    vertical-align: middle;
}

.clearfix {
    *overflow: hidden;
    *zoom: 1;
    clear: both;
}

.clearfix:after {
    display: table;
    content: "";
    width: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* css reset end */

.landjb-body {
    /* width: 840px; */
    width: 851px;
    border: solid 1px #d6d6d6;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
}



.landjb-header {
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
}

.landjb-header-title {
    width: 397px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    background: url(../image/jj-hd-bg.png) top center no-repeat;
    background-size: 100% 100%;
}

.landjb-content {
    padding: 40px;
}

.landjb-content-font {
    line-height: 32px;
}

.landjb-check {
    color: #f99c34;
    cursor: pointer;
    position: relative;
}

.landjb-content-agree {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.landjb-content-select {
    margin-top: 14px;
}

.landjb-pop {
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
    display: none;
}

.landjb-mask {
    width: 900px;
    position: fixed;
    top: 16%;
    left: 50%;
    margin-left: -450px;
    background: #fff;
    z-index: 1;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    display: none;
}

.landjb-mask-title {
    width: 900px;
    height: 50px;
    line-height: 50px;
    background: rgba(240, 132, 47, .1);
    font-size: 18px;
    padding-left: 20px;
    color: #f08432;
    font-weight: 600;
}

.landjb-mask-font {
    padding: 40px;
}

.landjb-mask-font>div:not(:last-child) {
    margin-bottom: 40px;
}

.landjb-mask-check {
    height: 60px;
    text-align: center;
    line-height: 60px;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    background-color: #f5f5f5;
}

.landjb-mask-check-agree {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f08432;
    border-radius: 2px;
    cursor: pointer;
}


/* form css start */

.landjbn-content-state {
    font-size: 16px;
    color: #eb3223;
    text-align: right;
    padding: 16px 0;
}

.landjbn-content-jbPeople,
.landjbn-content-bjbPeople,
.landjbn-content-text,
.landjbn-content-file {
    padding: 0 40px 40px;
}

.landjbn-content-title {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
}


/* form */

.default {
    padding: 0 40px;
    position: relative;
    height: 1066px;
}

.aorange {
    color: #d82e29;
}

.default>label {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.default>label>span.tips-name,
.default>label>span.tips-sfz,
.default>label>span.tips-tel,
.default>label>span.tips-bjbr,
.default>label>span.tips-dw,
.default>label>span.tips-zw,
.default>label>span.tips-bt,
.default>label>span.tips-ms,
.default>label>span.tips-yzm {
    position: absolute;
    left: 118px;
    text-align: left;
    top: 35px;
    color: #eb3223;
    width: auto;
}


.default  label  span.tips-name,
.default  label  span.tips-sfz,
.default  label  span.tips-tel,
.default  label  span.tips-bjbr,
.default  label  span.tips-dw,
.default  label  span.tips-zw,
.default  label  span.tips-yzm {
    position: absolute;
    left: 118px;
    text-align: left;
    top: 35px;
    color: #eb3223;
    width: auto;
}

/*主要问题 */
.default  label  span.tips-ms{
    position: absolute;
    left: 118px;
    text-align: left;
    top: 36px;
    color: #eb3223;
    width: auto;
}
/*标题 */
.default  label  span.tips-bt{
    position: absolute;
    left: 118px;
    text-align: left;
    top: -30px;
    color: #eb3223;
    width: auto;
}

.default>label>span.tips-yzm {
    top: 36px;
}

.default>label>span.tips-ms {
    top: 206px;
}

.default input {
    width: 260px;
    height: 32px;
    outline: none;
    border-radius: 2px;
    color: #999;
    border: solid 1px #d8d8d8;
    padding-left: 10px;
    padding-right: 10px;
}

.default textarea {
    width: 650px;
    height: 140px;
    outline: none;
    color: #999;
    border-radius: 2px;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: relative;
    left: -10px;
}

.default>label>span {
    margin-right: 20px;
    width: 98px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    line-height: 32px;
}



.default>label.label-bt {
    display: block;
}

.span-bt,
.span-ms {
    float: left;
}

input[name=title] {
    width: 84%;
    float: left;
}

.default>label>span.landjbn-content-desc {
    color: #999;
    width: 640px;
    float: left;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
}

textarea[name=desc] {
    width: 640px;
    float: right;
    color: #999;
    font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
}

.landjbn-content-title-line {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.landjb-content-agree-checkbox {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
}

.landjb-content-agree-checkbox:checked::after {
    content: "✓";
    position: absolute;
    top: 0;
    background-color: #f08432;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    border-radius: 2px
}

.landjb-content-agree-checkbox-font {
    vertical-align: middle;
    padding-left: 8px;
    margin-left: -4px;
    cursor: pointer;
}

.landjb-content-select>div:last-child {
    margin-left: 20px;
}

.landjb-upImg,
.landjb-yzm {
    padding: 0 40px;
}

.landjb-star {
    font-size: 16px;
    color: #d82e29;
    margin-right: 5px;
}

.landjb-upImg-select {
    width: 98px;
    display: inline-block;
    text-align: right;
    margin-right: 18px;
}

.landjb-upImg-main {
    position: relative;
}

.file {
    height: 32px;
    width: 80px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    display: none;
}

.fileBtn {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #f99c34;
    border-radius: 2px;
    border: solid 1px #d8d8d8;
    background: #fff;
}

.fileDesc {
    color: #999;
    margin-left: 10px;
}

.landjb-yzm input {
    width: 120px;
    height: 32px;
    padding: 0 10px;
    border-radius: 2px;
    border: solid 1px #d8d8d8;
}

.landjb-yzm img {
    width: 100px;
    height: 32px;
    margin-left: 5px;
}

.landjb-yzm-font {
    width: 110px!important;
    cursor: pointer;
    color: #0068b7;
    font-size: 14px;
}

.landjb-yzm {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-top: 57px;
}

.formSubmit {
    height: 80px;
    margin-top: 100px;
    background-color: #f5f5f5;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5
}

.formBtns {
    text-align: center;
    padding-top: 21px;
}

.formBtns>div {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f08432;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}

.formBtns>div:first-child {
    color: #fff;
}

.formBtns>div:last-child {
    color: #666;
    background: #fff;
    margin-left: 10px;
}

#imgBox {
    height: 70px;
    margin-left: 121px;
    margin-top: 20px;
    display: none;
}

.imgContainer {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 5px;
    position: relative;
}

.imgContainer img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.imgContainer p {
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../image/zc_icon-del.png) no-repeat center center;
    cursor: pointer;
    display: none;
}

.imgContainer:hover p {
    display: block;
}

.zc_uploaderror {
    margin-left: 121px;
    color: #eb3223;
    display: none;
    /* margin-top: 7px; */
}

.yzm-desc {
    color: #eb3223;
    margin-left: 121px;
    margin-top: 6px;
}

.default>label.label-zc_imgs {
    display: none;
}

#verifyCode {
    width: 120px;
    margin-right: 10px;
}

.code_pic {
    width: 100px;
    height: 32px;
    cursor: pointer;
    vertical-align: middle;
}

.default>label.label-yzm {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 42px;
}

.landjb-upImg {
    margin-top: -216px;
}

.landjb-hand {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../image/hand.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 0px;
}

.landjb-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../image/circular.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -2px;
}

@keyframes beat {
    0% {}
    100% {
        transform: scale(1.3);
    }
}

.landjb-circle {
    /* transform: translate(-50%, -50%); */
    animation-name: beat;
    /*动画名称*/
    animation-duration: .4s;
    /*设置秒数*/
    animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}

.landjb-yzm-font {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-name{
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.mylabelnamestyle {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}


span.span-name{
    margin-right: 20px;
    width: 98px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}


.default  label.label-bt {
    display: block;
}


.default   label>span {
    margin-right: 20px;
    width: 98px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    line-height: 32px;
}

.default   .landjbn-content-desc {
    color: #999;
    width: 640px;
    float: left;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
}

#juzhengDesc,#formBottominfo{
    position: relative;
}

#formBottominfo  label span.tips-ms {
    position: absolute;
    left: 118px;
    text-align: left;
    top: 54px;
    color: #eb3223;
    width: auto;
}


#formBottominfo   label span.tips-ms {
    position: absolute;
    left: 118px;
    text-align: left;
    top: -25px;
    color: #eb3223;
    width: auto;
}

#juzhengDesc   label span.tips-ms {
    position: absolute;
    left: 118px;
    text-align: left;
    top: 36px;
    color: #eb3223;
    width: auto;
}

