﻿.j_tab
{
    display: table;
    width: 100%;
    height: 100%;
}
.j_tab_cel
{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.tc
{
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.tc-box
{
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2;
}
.tc.act .tc-box
{
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}
.tc
{
    transition: all ease .3s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tc.act
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
.tc-box
{
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden;
}
.tc.act .tc-box
{
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1);
}
.close
{
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px;
}
.tc_bg
{
    height: 100%;
    background: rgba(0,0,0,.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.tc_txt
{
    height: 470px;
    overflow-y: auto;
    padding-right: 30px;
}
.tc-box form
{
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative;
}
.tc-box .tc_fdj
{
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem;
}
.tc-box .tc_fdj img
{
    width: 1.3rem;
}
.tc-box form label
{
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s;
}
.tc-box form label.act
{
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem;
}
.tc-box #word
{
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: 0 0;
}
.tc-box .btn_blue
{
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background: url(../png/8xw9f3.png) center center no-repeat;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}
.tc-box .btn_blue.fr
{
    background: #e9edef;
    color: #4e4f53;
}
@media only screen and (max-width: 767px)
{
    .tc_search
    {
        display: none!important;
    }
}