﻿.tcjs .openMdFullInd{z-index: 99;position: fixed;left: 0;bottom: 50%;margin-top: -35px;width: 113px;height: 70px;background: url(/template/common/xuanfu/xuanfu_5/images/mdFullInd.png) no-repeat;}
.tcjs .mdFullInd{display: none;z-index: 100;position: fixed;top: 0;left: -100%;width: 100%;height: 100%;}
.tcjs .mdFullInd .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);}
.tcjs .mdFullInd .container{z-index: 2;position: absolute;top: 50%;left: 50%;width: 855px;height: 410px;padding: 20px;margin: -225px -447.5px;background: #FFF;}
.tcjs .mdFullInd .closeBtn{position: absolute;top: 0;right: 0;margin: 20px;width: 40px;height: 40px;background: url(/template/common/xuanfu/xuanfu_5/images/mdFullInd.png) 0 -80px no-repeat;}
.tcjs .mdFullInd .closeBtn:hover{background-position: -40px -80px;}
.tcjs .mdFullInd .lImg{width: 430px;height: 410px;margin-right: 50px;}
.tcjs .mdFullInd .rArea{width: 375px;}
.tcjs .mdFullInd .rArea .ht{margin: 25px 0 35px;padding-left: 40px;background: url(/template/common/xuanfu/xuanfu_5/images/mdFullInd.png) -120px 0 no-repeat;line-height: 40px;font-size: 18px;}

.tcjs .mdFullInd .table{margin-bottom: 20px;}
.tcjs .mdFullInd .table .left, .mdFullInd .table .right .clue_on{display: none;}
.tcjs .mdFullInd .table .right table{width: 100%;}
.tcjs .mdFullInd .table .right .input-text{display: block;width: 324px;padding: 4px 10px;border-color: #A0A0A0;font-size: 18px;}
.tcjs .mdFullInd .placeholder{color: #2f2f2f;}
.tcjs .mdFullInd .table .right .input-text::-moz-placeholder{color: #2f2f2f;}
.tcjs .mdFullInd .table .right .input-text:-ms-input-placeholder{color: #2f2f2f;}
.tcjs .mdFullInd .table .right .input-text::-webkit-input-placeholder{color: #2f2f2f;}
.tcjs .mdFullInd .table .right .button{width: 346px;height: 46px;background: #B80606;line-height: 46px;}

.tcjs .mdFullInd .unitVal{}
.tcjs .mdFullInd .unitVal label{display: none;}
.tcjs .mdFullInd .unitVal .section{float: left;margin-right: 10px;}
.tcjs .mdFullInd .unitVal .section .list{width: 79px;height: 40px;}

.tcjs .mdFullInd .night{background: url(/template/common/xuanfu/xuanfu_5/images/mdFullInd_night_bg.jpg) no-repeat;color: #6a6a6a;}
.tcjs .mdFullInd .night .closeBtn{background-position: -80px -80px;}
.tcjs .mdFullInd .night .closeBtn:hover{background-position: -120px -80px;}
.tcjs .mdFullInd .night .lImg.a1, .mdFullInd .lImg.a2{display: none;}
.tcjs .mdFullInd .night .lImg.a2{display: block;}
.tcjs .mdFullInd .night .rArea .ht{background-position: -120px -40px;color: #FFF;}
.tcjs .mdFullInd .night .table .right .input-text{background: none;color: #FFF}
.tcjs .mdFullInd .night .table .right .input-text .opt{background: #FFF;color: #333}
.tcjs .mdFullInd .night .table .button{background: #B65C21;}

.tcjs .mdFullInd .night .placeholder{ color: #FFF;}
.tcjs .mdFullInd .night .table .right .input-text::-moz-placeholder{color:#FFF;}
.tcjs .mdFullInd .night .table .right .input-text:-ms-input-placeholder{color:#FFF;}
.tcjs .mdFullInd .night .table .right .input-text::-webkit-input-placeholder{color:#FFF;}

.tcjs .openMdFullInd {
    z-index: 99;
    position: fixed;
    left: 0;
    bottom: 50%;
    margin-top: -35px;
    width: 113px;
    height: 70px;
    background: url(/template/common/xuanfu/xuanfu_5/images/mdFullInd.png) no-repeat;
}
.tcjs .tran, .tcjs .scale img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tcjs a {
    color: #3E3A39;
    text-decoration: none;
    transition: color 0.3s linear 0s,background-color 0.3s linear 0s;
}

.tcjs .fl {
    float: left;
    display: inline;
}
.tcjs .table .right .input-text {
    height: 30px;
    line-height: 30px;
    padding: 2px 10px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: 1px solid #DADADA;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tcjs input, .tcjs select, .tcjs textarea, .tcjs button {
    font-size: 14px;
    line-height: 16px;
    font-family: inherit;
}
.tcjs .mdFullInd .table .left, .tcjs .mdFullInd .table .right .clue_on {
    display: none;
}
.tcjs .table .right .clue_on {
    padding-left: 5px;
}
.tcjs .table .right table tr td .input-text:hover{border-color:#66afe9;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);}

.tcjs .table .right .button {
    width: 160px;
    height: 36px;
    padding: 0;
    margin: 0;
    border: none;
    background: #C4261D;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    vertical-align: middle;
    transition: color 0.3s linear 0s,background-color 0.3s linear 0s,border-color 0.3s linear 0s;
}