/*
* @Author: Administrator
* @Date:   2017-03-10 15:29:05
* @Last Modified by:   Administrator
* @Last Modified time: 2017-03-10 15:45:45
*/

.sh-tc-box {
    width: 80%;
    margin-left: 5%;
    background: #fff;
    padding: 5%;
    border-radius: .1rem;
    position: fixed;
    top: 2rem;
    z-index: 10;
    display: none;
}

.sh-tc-box h3 {
    font-size: .75rem;
    font-weight: normal;
    line-height: 2.5rem;
    margin-bottom: .3rem;
}

.sh-tc-box h4 {
    font-size: .75rem;
    font-weight: normal;
    line-height: 2rem;
}

.sh-tc-box p.orange {
    font-size: .7rem;
}

.sh-tc-box .sh-tc-btn {
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .75rem;
}

.sh-tc-box .sh-tc-btn1 {
    width: 40%;
    background: #f35220;
}

.sh-tc-box .sh-tc-btn2 {
    width: 40%;
    background: #d9d9d9;
}

.sh-tc-box .sh-tc-btn3 {
    width: 90%;
    background: #f35220;
}

.sh-tc-box .sh-tc-table {
    /* display: table; */
    width: 100%;
    font-size: .7rem;
    margin: .5rem 0 .7rem;
}

.sh-tc-box dl {width: 100%;font-size: 0px;}

.sh-tc-box dl dt {
    width: 30%;
    display: inline-block;
    text-align: right;
    font-size: .6rem;
}

.sh-tc-box dl dd {
    display: inline-block;
    width: 60%;
    padding: .15rem 0;
}

.sh-tc-box dl dd input {
    border: 1px solid #e3e5e5;
    height: 1.7rem;
    line-height: 1.7rem;
    padding: 0 .1rem;
    width: 100%;
    font-size: .7rem;
    border-radius: 3px;
    background: #fff;
}

.sh-tc-box dl dd input:focus {
    border: 1px solid #f35220;
}

.sh-tc-box .sh-close {
    position: absolute;
    right: -.1rem;
    top: -1.1rem;
    width: .8rem;
    z-index: 999;
}
