﻿.content{

}
.content h3{
    text-align:center;
    font-size:18px;
    margin-top:40px;
    margin-bottom:30px;
    color:#333;
}
.content p{
    font-size:14px;
    line-height:30px;
    color:#333;
}
.content .subTitle{
    color:#333;
    font-size:14px;
    font-weight:800;
}

.check{
    padding:30px 0;
    display:flex;
    align-items:center;
    font-size:16px;
    color:#333;
}
.check span{
    padding-left:5px;
}
.check b{
    font-weight:normal;
    text-decoration:underline;
    cursor:pointer;
}
.btn .sign ,.btn .submit,.btn .search{
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
    background: #034EA1;
    font-size:14px;
    text-align:center;
    cursor:pointer;
}
.btn .submit, .btn .search {
    margin-top: 30px;
}
.btn .submit{
    -webkit-appearance:button-bevel;
    line-height:unset;
}
.content .prompt{
    color:#034EA1;
    font-size:16px;
    font-weight:800;
}
.msgBox{
    margin-top:30px;
    margin-bottom:22px;
    font-size:14px;
}
.msgBox>.msgheader{
    color:#fff;
    background:#034EA1;
    height:40px;
    line-height:40px;
    text-align:center;
}
input {
    /*max-width:120px!important;*/
}
select {
    /*width:120px!important;
    padding-left:8px;*/
}
.msgBox>.msgbody{
    width:100%;
    border:1px solid #eee;
    border-collapse:collapse;
}
.Validform_checktip {
    max-width:0px!important;
}
.msgbody tr:nth-child(even){
    background:#f1f1f1;
}
.msgbody tr td{
    border:1px solid #eee;
    height:60px;
    width:33.3%;
}
.msgbody tr td>.sameBox{
    padding:0 10px;
    display:flex;
    align-items: center;
}
.sameBox .sameTitle{
    /*width:90px;*/
    width:80px;
    text-align:right;
    font-size:14px;
}
.sameBox input, .sameBox select {
    display: block;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: calc(100% - 70px);
    padding: 0 8px;
    font-size: 14px;
}
.sameBox select {
    width: calc(100% - 70px);
}
.sameBox span {
    display: block;
    width: calc(100% - 80px);
    font-size:14px;
}
.msgBox>.code {
    height:60px;
    border:1px solid #eee;
    border-top:none;
    display:flex;
    padding:0 10px;
    align-items:center;
}
.code .codeTitle{
    width:80px;
    text-align:right;
    font-size:14px;
}
.code input {
    display: block;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: calc(33% - 90px);
    padding:0 8px;
}
.msgBox > .avatar {
    /*height: 60px;*/
    border: 1px solid #eee;
    border-top: none;
    display: flex;
    padding: 20px 10px;
    align-items: center;
}
.avatar .avatarTitle {
    width: 80px;
    text-align: right;
    font-size: 14px;
}
.avatar .addImg {
    width: 40px;
    height: 40px;
    background: url('/templates/CN/cet_resource/images/addImg.png') no-repeat;
    background-size:cover;
    position:relative;
    cursor:pointer;
}
.addImg input{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    z-index:2;
    opacity:0;
    cursor:pointer;
}
.imgBg{
    width:130px;
    height:170px;
    /*margin-left:20px;*/
    background-size:cover;
    cursor:pointer;
}
.imgBgShow{
    margin-left:0;
}
.imgBg img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.requireBox {
    width: 50%;
    padding: 0 20px;
}
.requireBox p{
    line-height:20px;
    color:red;
    text-align:justify;
}

input {
    /*padding-left:8px;*/
}

.searchBox{
    font-size:14px;
}
.searchBox > .searchbody {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.searchbody tr td {
    border: 1px solid #eee;
    height: 60px;
}
.searchbody tr td > .sameBox {
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.searchBox > .code {
    height: 60px;
    border: 1px solid #eee;
    border-top: none;
    display: flex;
    padding: 0 10px;
    align-items: center;
}


/*.modal{
    position:fixed;
    background:rgba(0,0,0,.4);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:99;
}*/
.hide {
 display:none;
}
.noData {
    margin-top: 30px;
    margin-bottom: 22px;
    font-size: 14px;
}
.noData img{
    display:block;
    margin:0 auto;
}
.noData p{
    text-align:center;
}

.resultlist td {
    text-align: center;
}

.opa {
    color:#034EA1!important;
    cursor:pointer;
}
.oppay {
    color: red !important;
    cursor: pointer;
}