* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /*moz-user-select: -moz-none;*/
    /*-moz-user-select: none;*/
    /*-o-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    font-size: 14px;
    /*color: #333333;*/
}
input[autocomplete="off"],
input[required]:invalid,
input:focus:invalid,
select[required]:invalid,
select:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
    box-shadow: none!important;
}
html, body {
    width: 100%;
    height: 100%;
    font-size: 14px;
}
html>div{
    display: none!important;
}

body {
    display: table;
    font-family: "Microsoft YaHei"!important;
}

input, select, input:focus, select:focus {
    outline: none;
}

.C_top {
    margin-top: 60px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
    background: #ffffff;
}

.C_top > span {
    display: inline-block;
    height: 100%;
    width: auto;
    line-height: 54px;
    vertical-align: top;
}

.C_top > span:first-child {
    font-size: 12px;
    color: #666666;
    cursor: pointer;
}

.C_top > span:nth-child(2n) {
    padding: 0 10px;
    font-family: "瀹嬩綋";
}

.C_top > span:nth-child(2n+3){
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.C_top>span:last-child{
    font-size: 12px!important;
    color: #29aeef!important;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    /*-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;*/
    /*transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;*/
    /*-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    /*transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    /*transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;*/
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    border: 1px solid #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-size: 12px;
    color: #999999 !important;
    letter-spacing: 1px !important;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
    font-size: 12px;
    color: #999999 !important;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    font-size: 12px;
    color: #999999 !important;
}
input::placeholder,
.form-control::placeholder {
    font-size: 12px;
    color: #999999 !important;
}

.form-control[readonly] {
    background-color: #ffffff !important;
    cursor: pointer !important;
}

.form-control:disabled {
    background-color: #eceeef !important;
    cursor: not-allowed !important;
}

/*select.form-control:not([size]):not([multiple]) {*/
/*height: calc(2.25rem + 2px);*/
/*}*/

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff;
}

/*鎻愰啋妗嗗紑濮�*/
#remindModal {
    width: 374px;
    height: auto !important;
    margin: 200px auto 0;
    overflow: hidden !important;
    z-index: 1060!important;
}

#remindModal .modal-dialog {
    width: 374px;
    height: auto !important;
    margin: 0 auto !important;
}

.C_close {
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
}

.C_state {
    margin: 10px 147px;
    width: 81px;
    height: 81px;
    display: inline-block;
    cursor: pointer;
}

.C_remindTitle {
    margin: 20px 60px 0;
    width: calc(100% - 120px);
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.C_remindContent {
    margin: 7px 60px 26px;
    width: calc(100% - 120px);
    height: 42px;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    text-align: center;

}

.C_know {
    width: 155px;
    height: 40px;
    margin: 0 auto 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
    border: 1px solid #dddddd;
    cursor: pointer;
}

/*鎻愰啋妗嗙粨鏉�*/

.errorBorder {
    border-color: #ff3d3d !important;
}

.errorText {
    margin-top: 10px !important;
    line-height: 12px !important;
    height: 12px !important;
    color: #ff3d3d !important;
    font-size: 12px !important;
    display: none;
    text-align: left !important;
}

.C_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999999;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.C_loadingMsg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 200px;
}

.C_loadingMsg > img {
    width: 92px;
    height: 92px;
    margin: 0 104px;
    display: inline-block;
}

.C_loadingMsg > div {
    width: 100%;
    height: auto;
    color: #29AEEF;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.amap-logo {
    right: 0 !important;
    left: auto !important;
    display: none !important;
}

.amap-copyright {
    right: 70px !important;
    left: auto !important;
}

.amap-copyright {
    display: none !important;
}

/*鏌ョ湅鍥剧墖*/
.shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 999999;
    overflow: auto;
}

.shade img {
    display: block;
    margin: 80px auto 10px;
    width: 0;
    height: 0;
    transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -webkit-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    overflow: auto;
}

.C_publicImgShade{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 999999;
    overflow: auto;
    padding-top: 80px;
}
.C_publicImgShade >div:nth-child(1){
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: calc(100% - 70px);
    text-align: center;
    overflow: hidden;
}
.C_publicImgShade >div:nth-child(1)> img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    cursor: pointer;
    /*transition: width 0.3s, height 0.3s;*/
    /*-moz-transition: width 0.3s, height 0.3s;*/
    /*-webkit-transition: width 0.3s, height 0.3s;*/
    /*-o-transition: width 0.3s, height 0.3s;*/
    overflow: auto;
}

.C_publicImgShade>div:nth-child(2){
    width: 438px;
    margin: 15px auto 0;
    text-align: center;
}

.C_publicImgShade>div:nth-child(2)>span{
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.C_publicImgShade>div:nth-child(2)>span:nth-child(1){
    background: url("../../common/img/common/anticlockwise.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 24px;
}

.C_publicImgShade>div:nth-child(2)>span:nth-child(2){
    background: url("../../common/img/common/clockwise.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 24px;
}
.C_publicImgShade>div:nth-child(2)>span:nth-child(3){
    background: url("../../common/img/common/narrow.png") no-repeat;
    background-size: 100% 100%;
}
.C_publicImgShade>div:nth-child(2)>span:nth-child(4   ){
    line-height: 24px;
    width: 52px;
    text-align: center;
}
.C_publicImgShade>div:nth-child(2)>span:nth-child(5){
    background: url("../../common/img/common/enlarge.png") no-repeat;
    background-size: 100% 100%;
}

.C_publicImgShadeClose{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url("../../common/img/common/close.png")  no-repeat rgba(0,0,0,0.3) center;
}

.C_green {
    color: #1ec98f !important;
}

.C_red {
    color: #d42b2b !important;
}

.C_lightBlue {
    color: #1CB4BD !important;
}

.C_blue {
    color: #29AEEF !important;
}

.c-agree {
    color: #26e736 !important;
}

.c-refuse {
    color: #e83333 !important;
}

.C_cursor {
    cursor: pointer;
}
.c-common-btn{
    display: inline-block;
    width: auto!important;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    color: #FFFFFF;
    background: #29aeef;
    border-radius: 4px;
    text-align: center;
    padding-left: 24px!important;
    padding-right: 24px!important;
    font-size: 14px!important;
    vertical-align: top!important;
    margin-left: 40px;
}
#applicationMessageModal{
    width: 562px;
    height: 198px;
    margin: 180px auto;
}
#applicationMessageModal2{
    width: 562px;
    height: fit-content;
    margin: 200px auto;
}

#applicationMessageModal .modal-content,
#applicationMessageModal .modal-dialog,
#applicationMessageModal2 .modal-content,
#applicationMessageModal2 .modal-dialog{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
#applicationMessageModal .modal-content,#applicationMessageModal2 .modal-content{
    padding: 30px 30px 15px;
}
.applicationMessageTitle{
    font-size: 18px;
    color: #333333;
}
.applicationMessageMsg,.applicationMessageMsg2,.applicationMessageMsg3,.applicationMessageMsg99{
    margin-top: 25px;
    padding-left: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
#applicationMessageModal .modal-content .C_close,#applicationMessageModal2 .modal-content .C_close{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    color: #d0d0d0
}

#applicationMessageModal .modal-footer{
    position: absolute;
    right: 30px;
    bottom: 15px;
    padding: 0;
    border-top: 0 !important;
}
#applicationMessageModal2 .toDeal-footer{
    text-align:right;
    height:40px;
    width:100%;
    display:none;
}
#applicationMessageModal2 .toLook-footer{
    text-align:right;
    height:40px;
    width:100%;
    display:none;
}
#applicationMessageModal2 .toBind-footer{
    text-align:right;
    height:40px;
    width:100%;
    display:none;
}
/*鍒犻櫎纭畾寮�濮�*/
#deleteModal {
    width: 563px !important;
    height: auto !important;
    margin: 200px auto 0;
    overflow: hidden !important;
    z-index: 1052;
}

#deleteModal .modal-dialog {
    width: 563px !important;
    height: auto !important;
    margin: 0 auto !important;
}
#deleteModal .C_closeDeleteModal {
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
    color: #cccccc;
    font-size: 24px;
}

#deleteModal .C_deleteModalTitle {
    margin: 32px 30px 0;
    width: calc(100% - 60px);
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
}

#deleteModal .C_deleteModalContent {
    margin: 36px 60px 0;
    width: calc(100% - 120px);
    min-height: 71px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;

}
#deleteModal .C_deleteModalCancel{
    background: #e7e7e7;
}
#deleteModal .C_deleteModalFooter{
    text-align: right;
    height: 36px;
    width: 100%;
    padding-right: 36px;
    margin-bottom: 16px;
}
/*鎻愰啋妗嗙粨鏉�*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.zz{
    display: none;
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 100;
    width: 400px;
    height: 250px;
    margin: -120px -300px 0 0px;
    font-size: 16px;
    background-color: white;
    padding: 10px 10px 0 10px;
    border: 2px solid #d2d2d2;
    border-radius:10px;
    align-content: center;

}
.but{
    background-color: #00bbee;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius:3px;
    color: white;
    border: 1px solid #d2d2d2;
}
.h3{
    height: 30px;
    color: red;
    margin-left: 120px;
}