/* 取消input的上下箭头 start*/
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
 
}
 
input::-webkit-outer-spin-button{
  -webkit-appearance: none !important;
 
}
 
input[type="number"]{
  -moz-appearance: textfield;
 
}
/* 取消input的上下箭头 end*/


.pageContainerRow{
    padding: 20px 0;
    background-color: #fff;
    min-height: 100vh;
}

.mainPageLayOut{
    max-width: 840px;
    padding: 20px;
    box-shadow: 0 0 5px #cacaca;
}

.topHeader{
    display: flex;
}

.linkPic{
    display: block;
    width: 100px;
    height: 100px;
    background-color: #000;
}

.linkPic img{
    width: 100%;
    height: 100%;
}

.headerWord{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color:#087536 ;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}


/* layFromMould1 start */
.layFromMould1 {
    padding: 20px 0 20px;
}



.layFromMould1 .layui-form-item{
    display: flex;
    flex-direction: column;
}

.layFromMould1 .layui-form-label{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
}

.layFromMould1 .labelHeight{
    padding-bottom: 29px;
}

.iconfont{
    color: red;
    font-size: 12px;
}

.requiredStar{
    display: block;
    content: " ";
    transform: scale(0.65);
}

.layFromMould1 .layui-input-block{
    margin-left: 0px;
}

.sexBox{
    display: flex;
    flex-wrap: wrap;
    min-height: 44px;
    /* margin-bottom: 8px; */
}

#signPic{
    border: 1px solid ;
    border-bottom: 0px;
}

.sexBox .layui-form-radio>i{
    font-size:16px;
    color: #017cd4 !important;
}

.sexBox .layui-form-radioed{
    color: #666;
}

.layFromMould1 .layui-input-block input[type=text],
.layFromMould1 .layui-input-block input[type=number]{
    background-color: #E0EEE6;
    padding: 10px 20px;
    height: 44px;
    font-size: 16px;
    border: 0px;
}

.disabled{
    background-color: #dedede !important;
}

.disabled:hover{
    cursor: not-allowed;
}


/* layFromMould1 end */


.midTitle{
    width: 100%;
    padding-bottom: 30px;
}

.midTitle span{
    padding: 10px;
    word-wrap: break-word;
    background-color: #087536;
    line-height: 1.5;
    color: #fff;
    display: block;
}
.midTitle strong{
    font-weight: 500;
}



.fromSelectArr{
    /* padding: 20px 0; */
}

.checkboxRow{
    width: 100%;
}

.checkboxRow .layui-form-checkbox i{
    color: #dedede;
}

.checkboxRow .layui-form-checked[lay-skin=primary] i{
    background-color: #017cd4 !important;
    border-color: #017cd4 !important;
    color: #fff;
    font-weight: bold;
}

.textBox{
    padding: 15px 0;
}

.textBox .layui-form-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.textBox .layui-form-label{
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
    text-align: start;
    line-height: 1.5;
    font-weight: bold;
    white-space: inherit;
}

.textBox .layui-input-block{
    margin-left: 0px;
}

.layFromMould1 .layui-textarea,
.textBox .layui-textarea{
    background-color:#E0EEE6 ;
}


/* fromTabBox start */

.TabTop>p{
    line-height: 1.8;
    color: #333;
}

.fromTabBox{
    padding: 0 0 15px;
    width: 100%;
}

.fromTabBox  thead tr{
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.fromTabBox  thead tr th{
    font-weight: bold;
    font-size: 16px;
}

.fromTabBox tbody tr{
    background-color: #F6F6F6;
}

.fromTabBox .layui-table tr,
.fromTabBox  .layui-table td{
    border-color: #ccc !important;
}

.fromTabBox thead .layui-table th{
    border-color: #000 !important;
}

.fromTabBox .deepBc{
    background-color: #D2D2D2;
}
/* fromTabBox end */

.agreement{
    padding: 10px;
    color: #333;
}

.agreement>p{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
}

.agreement>div{
    padding-bottom: 25px;
}

.agreement .layui-form-checked[lay-skin=primary] i{
    background-color: #017cd4 !important;
    border-color: #017cd4 !important;
    color: #fff;
    font-weight: bold;
}
.agreement .layui-form-checkbox span{
    white-space: inherit;
}

/* Signature start*/
.SignatureBox{
    position: relative;
    padding-bottom:20px;
}

.SignatureBox>p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

canvas {
    max-width: 100%;
    border: 1px solid #000;
}

#SignatureCanvas{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}

.clearSign{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-bottom: 1px solid ;
    border-left: 1px solid ;
    cursor: pointer;
}

.clearSign:hover{
    background-color: #f5f5f5;
}

.clearSign img{
    width: 20px;
    height: 20px;
}

/* Signature end*/
.detaBox>p{
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.detaBox .jeinput{
    height: 44px;
    background-color: #E0EEE6;
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    border-color: transparent !important;
}

.RECORDtitle{
    color:#087536
}

.submitBox{
    width: 100%;
    padding: 30px 0 40px;
    /* padding: 30px 0 100px; */
    text-align: center;
    display: flex;
}

.submitBox button{
    flex: 1;
}

.layui-form-item .layui-form-label{
    white-space:initial
}


@media screen and (max-width: 767px) {
    .mainPageLayOut{
        padding: 10px;
    }

    .topHeader{
        flex-direction: column;
    }

    .layFromMould1 .labelHeight{
        padding-bottom: inherit;
    }

    .linkPic{
        width: 100%;
        height: 100%;
    }

    .midTitle strong{
        font-weight: bold;
    }
    .fromTabBox td{
        padding: 9px 2px;
    }
}
