﻿ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*格式化代码-e*/
.C:before, .C:after { content: "."; display: block; height: 0; visibility: hidden; }
.C:after { clear: both; }
.C { zoom: 1; }

body {
    background: #f8f8f8 url(../img/bj.png) no-repeat center;
    background-size: cover;
    text-align: center;
    color: #333;
    font-family: "Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    font-weight: lighter;
}
 
.page-container {
    width: 660px;
    height: auto;
    margin: 0 auto 0 auto;
}

h1 {
    font-size: 18px;
    color: #5d5d5d;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    line-height: 2;
}

form {
    position: relative;
    width: 350px;
    margin: 15px auto 0 auto;
    text-align: center;
}

input {
    width: 270px;
    height: 50px;
    margin-top: 25px;
    padding: 0 15px;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    line-height: 18px;
    transition: border-color 0.2s linear 0s;
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 5px;
    padding-left: 16px;
    background-color: rgba(255, 255, 255,0.7);
    border-radius: 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    text-align: left;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0, 0, 0, .1) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0, 0, 0, .1) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow:
        0 2px 3px 0 rgba(0, 0, 0, .1) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
}

button {
    cursor: pointer;
    width: 300px;
    height: 50px;
    margin-top: 25px;
    padding: 0;
    background: #ec6c00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: "Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255, 255, 255, .15) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255, 255, 255, .15) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow:
        0 15px 30px 0 rgba(255, 255, 255, .15) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255, 255, 255, .15) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255, 255, 255, .15) inset,
        0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow:
        0 5px 8px 0 rgba(0, 0, 0, .1) inset,
        0 1px 4px 0 rgba(0, 0, 0, .1);

    border: 0px solid #dd6e1d;
}

.yzm {
    height: 42px;
    padding-top: 35px;
    float: left;
    padding-left: 15px;
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d;
    /* browsers that don't support rgba */
    background: rgba(45, 45, 45, .25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 400px;
    margin: 60px auto 0 auto;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    line-height: 1.5;
    text-align: left;
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a:hover {
    background-position: center bottom;
}

.foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    height: 30px;
}

.foot a {
    font-size: 12px;
    line-height: 1.5;
    font-weight: lighter;
    color: #333;
}

/*－－－增加部份的CSS－－－*/
form,
input,
button {
    font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
    width: 100%;
}

button.submit_button {
    font-size: 16px;
    letter-spacing: 2px;
    background: #ec6c00 url(../img/search_btn.png) 25px center  no-repeat  ;
    text-indent: 30px;
}

input.Captcha {
    width: 130px;
    float: left;
}

.layer-ext-hi {
    border-radius: 20px !important;
}

.layer-ext-hi .des {
    padding: 50px;
    padding-bottom: 0;
}

.layer-ext-hi .des .red {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #FF3300;
}

.layer-ext-hi .des .fw_yes {
    font-size: 26px;
    font-weight: bold;
    color: #666666;
    line-height: 1.5;
    padding: 20px 0;
}

.layer-ext-hi .des .fw_ts {
    font-size: 25px;
    font-weight: bold;
    color: #fe8400;
    line-height: 1.5;
    padding: 15px 0;
}

.layer-ext-hi .des .fw_ts2 {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding-bottom: 10px;
}


.layer-ext-hi .fw_tip_2 {
    padding: 15px;
    font-size: 12px;
    line-height: 1.25;
    font-family: 宋体;
    color: #7d7d7d;
}

.layer-ext-hi .des .fw_time {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    padding-bottom: 10px;
}

.layer-ext-hi .des p{

    padding: 10px 0 0 0;
    width: 150px;
    margin: 0 auto;
    text-align: left;

}

.layer-ext-hi .bottom {
    border-radius: 0 0 18px 18px;
    background: #b2b2b2;
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}


.fl {
    float: left;
}
.fr {
    float: right;
}
 .hrdengd {
    background: #ec6c00;
    height: 44px;
    min-width: 1024px;
    width: 100%;
}
.index_quanju {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 1024px;
}
.kuand{ font-size: 12px;}
.kuand h2 {
    color: #fff;
    line-height: 44px;
    width: 300px;
    font-size: 13px;
}
.kuand a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    line-height: 44px;
    padding: 0 2px;
}
.page-container-bg{
 
}

html,body{
    height:100%;
}

#tgs_result_str { height: 500px; width: 660px; position: absolute; top: 50%; margin-top: -250px; }
.tgs_header { height: 80px; background: url(../img/search_fdj.png) 90px center no-repeat  ; margin-bottom: 15px;}
#tgs_result_str .logo { margin-bottom: 5px;}
#tgs_result_str .logo img{ width: 300px;  }
#tgs_result_str .opkius{ font-size: 32px;font-weight: 600; margin-bottom: 20px;}
#tgs_result_str  h1{ display: none}

#bianhao { width: 500px; float: left;}
.submit_button{ width: 150px; float: right;}
/* 查询流程 */
.shuziliuc { padding: 35px 0; line-height: 18px; height: 88px; font-size: 13px;}
.index_op {
    margin-right: 10px;
}
.index_op a {
    -ms-border-radius: 50%;
    background: #c3c3c3;
    border-radius: 50%;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
}
.index_op span {
    margin: 0 0 0 5px;
}
.index_op span i {
    margin-left: 5px;
}