@charset "utf-8";

@font-face {
    font-family: 'DINProR';
    src: url('../font/DINPro-Regular.eot');
    /* IE9 */
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Regular.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Regular.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINBold;
    src: url('../font/DINCond-Bold.eot');
    /* IE9 */
    src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINCond-Bold.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINCond-Bold.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINCond-Bold.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: impact;
    src: url('../font/impact.eot');
    /* IE9 */
    src: url('../font/impact.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        /*url('../font/impact.woff') format('woff'),*/
        /* chrome、firefox */
        /*url('../font/impact.ttf') format('truetype'),*/
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/impact.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINPRO-CONDBOLD;
    src: url('../font/DINPRO-CONDBOLD.eot');
    /* IE9 */
    src: url('../font/DINPRO-CONDBOLD.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPRO-CONDBOLD.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPRO-CONDBOLD.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPRO-CONDBOLD.svg#webfont') format('svg');
    /* ios 4.1 */
}

.z-main {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    padding: 10px 0 30px;
}


[id^="checkbox-"]+label:before,
[id^="checkbox-"]+label:after {
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

[id^="checkbox-"]:checked+label:before {
    content: ' ';
    position: absolute;
    left: 27px;
    border-radius: 100px;
}

[id^="checkbox-"]:checked+label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: #0f9fff;
}

.w100 {
    width: 100%;
}

.w33 {
    width: 33.3%;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.blue {
    color: #0f9fff;
}

.yellow {
    color: #ff6600;
}

.green {
    color: #008000;
}

a:hover {
    color: #0f9fff;
}

.v-center {
    text-align: center;
}

.history-common-search{
    width: 700px;
    margin: 50px auto;
}

.common-search-inp {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 580px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    border: 1px solid #eee;
}
.single-con .common-search-btn{
    margin-left: 14px;
}
.single-con .common-tip-a{
    margin-top: 14px;
}
.common-search-btn {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.form-control:focus {
    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);
}


td {
    vertical-align: middle !important;
    width: 50px;
    height:50px;
    line-height: 50px;
    border: 1px solid #ddd;
}

table {
    width: 100%;
}

.paginate {
    font-size: 0;
    margin: 20px 0 40px;
}

.paginate li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
}

.paginate [disabled] {
    color: #0f9fff;
    border-color: #0f9fff;
}

.paginate li:not([disabled]):hover,
.paginate .on {
    cursor: pointer;
    color: #fff;
    background-color: #0f9fff;
    border-color: #0f9fff;
}

.paginate li.jump {
    border: none;
    width: auto;
    color: #333;
}

.paginate li.jump:hover {
    color: gray;
    background-color: transparent;
}

.paginate li.jump .entrance {
    border: 1px solid #ddd;
    text-align: center;
    width: 30px;
    height: 28px;
    outline: none;
}

.paginate li.first,
.paginate li.end {
    padding: 0 6px;
    cursor: pointer;
}

.paginate .confirm {
    width: 60px;
    padding: 0 14px;
}

.tableList {
    margin-top: 26px;
    border: 1px solid #ddd;
    table-layout: fixed;
    margin: 0 auto;
}

.tableList th,
.gw_table th {
    height: 32px;
    line-height: 32px;
    color: #999;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f1f1f1;
    font-size: 12px;
}

.tableList td p,
#top_table td p {
    padding: 10px 10px;
    text-align: left;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-size: 14px;
	line-height: 30px;
}

.g_search input {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-indent: 14px;
    border: 1px solid #ddd;
    outline: none;
    margin-right: 10px;
}

.g_search .g_btn {
    outline: none;
    height: 30px;
    line-height: 30px;
    width: 50px;
    border: none;
    background-color: #0f9fff;
    text-align: center;
    color: #fff;

}

.g_main {
    line-height: 20px;
    margin: 10px 0;
}

.info_time {
    margin: 20px 0;
}

.info_time li {
    display: inline-block;
    margin: 0 14px 14px;
    cursor: pointer;
    padding: 0 10px;
}

.info_time li.on {
    background-color: #0f9fff;
    color: #fff;
}

.info_time .g_tit {
    display: inline-block;
    width: 60px;
}

.info_time .g_year_ul {
    width: 92%;
}

.g_time,
.g_year {
    display: none;
}

.g_year {
    margin-bottom: 0;
}

.whois_h1 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 4px;
    font-weight: bold;
}

.loading {
    display: none;
    position: fixed;
    top: 21%;
    left: 50%;
    z-index: 1000;
}

#top_table {
    height: 42px;
}

.calender-canvas li {
    display: inline-block;
    cursor: pointer;
}

.calender-canvas li:hover .canvas-top {
    background-color: rgba(255, 255, 255, .5)
}

.blue {
    color: blue !important;
}

.app-top {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto 20px;
    display: none;
    overflow-x: auto;
    white-space: nowrap;
}

.canvas-bottom li {
    display: inline-block;
    width: 45px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.calender-canvas li:hover .canvas-bottom li {
    color: #fff300;
    background-color: #000;
}

.canvas-top {
    display: flex;
    align-items: flex-end;
    width: 45px;
    height: 74px;
    background: #f0f0f0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: content-box;
}

.canvas-bottom {
    margin-top: 6px;
    text-align: center;
}

.canvas-top span {
    display: inline-block;
    width: 4px;
    height: 0;
    background: #000;
}

.calender-canvas .cal_li.on .canvas-top {
    background-color: #ffffa5 !important;
}

.canvas-bottom li.on {
    color: #fff300;
    background-color: #000;
}

.loading {
    display: none;
    position: fixed;
    top: 33%;
    left: 50%;
    z-index: 1000;
}

.oblue {
    color: #0f9fff;
}

.wow_msg {
    display: none;
    padding: 0 0 10px;
    font-size: 14px;
    color: #666;
}

.wow_msg .tips_i {
    font-style: normal;
    font-size: 14px;
    color: #929db3;
}

.wow_msg #imm_btn {
    font-size: 14px;
    color: #0f9fff;
    cursor: pointer;
}

.wow_msg #imm_btn:hover {
    text-decoration: underline;
}

.container {
    padding: 0 !important;
    max-width: 1200px !important;
    width: auto !important;
}

.row {
    margin: 0 !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
    text-align: center;
    margin: 34px auto 0 !important;
}
.yzm_zz {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 100;
}

.yzm_pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 0px;
    background-color: #fff;
    margin-top: -70px;
    margin-left: -140px;
    border-radius: 10px;
    z-index: 10100;
    text-align: center;
}

.yzm_pop .tit_tip {
    font-size: 18px;
    margin: 18px 0;
}