@charset "utf-8";

/* reset */
*{word-wrap:break-word;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
/*img*/
img{border:0;vertical-align:middle;max-width:100%;}
.img-responsive{max-width: 100%;height: auto}
pre{
white-space: pre-wrap!important;
word-wrap: break-word!important;
*white-space:normal!important;
}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
/* *{transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;} */
.alignleft {float: left;margin: 6px 28px 28px 0;}
.alignright {float: right;margin: 6px 0 28px 28px;}
.aligncenter {clear: both;display: block;margin: 0 auto 28px;}
.hidden_m{display: block;}
.hidden_p{display: none;}
.dibunav.hidden_p{display: none;}
/* one */
.fl{ float: left; }
.fr{ float: right; }
.w100{ width: 100%; display: block; position: relative; }
.w50{ width: 50%; }
.cont_box{ width: 1200px; margin: 0 auto; position: relative; }
.hidden_m{display: block;}
.hidden_p{display: none;}
.dibunav.hidden_p{display: none;}
.bgf{ background-color: #fff; }
.bgf7{ background-color: #f7f7f7; }
.ptb3{ padding-top: 3rem; padding-bottom: 3rem; }
.ptb4{ padding-top: 4rem; padding-bottom: 4rem; }
.pt3{ padding-top: 3rem; }
.pt4{ padding-top: 4rem; }
.pb3{ padding-bottom: 3rem; }
.pb4{ padding-bottom: 4rem; }

html, body{ background-color:#f1f1f1; max-width:700px; margin:0 auto;}
/* header */
/*header{background-color: #fff; text-align: center; padding: 5px 10px;}*/
header{background-color: #fff; text-align: center;}
header img{ max-height: 50px; }

.banner{
    display: block;
    width: 100%;
}
.banner img{
    width: 100%;
    /*max-height: 220px;*/
    display: block;
}
.fmain{
    background-color: #fff;
    padding: 15px 15px 0 15px;
}
.f_item{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 1.8;
    font-size: 1.01rem;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
.f_item.hasnote{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.f_item .f_lable{
    color: #777;
    /*width: 6rem;  */
}
.f_item .f_inps{
    flex: 1;
    color: #777;
}
.f_item .f_inps input{
    width: 100%;
    font-size: 1.0rem;
    padding: 5px;
    border: none;
    color: #111;
}
.f_item .f_inps .jine{
    width: 80px;
    display: inline-block;
}
.f_item .f_copy{
    font-size: 1rem;
    background-color: #1e9cfb;
    padding: 4px 15px;
    border-radius: 4px;
}
.f_item .f_copy a{
    color: #fff;
}
.f_item .note{
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 1.1rem;
    color: #ff4400;
}
.f_btns{
    display: flex;
    justify-content: space-around;
    padding: 1rem 10px;
}
.qx_btn{
    padding: 5px 2rem;
    color: #878787;
    border: 1px solid #ccc;
    font-size: 1rem;
}
.ok_btn{
    padding: 5px 2rem;
    background-color: #ff4400;
    border: 1px solid #ff4400;
    color: #fff;
    font-size: 1rem;
}

.fbtn{
    margin-top:15px;
    /*padding: 0 15px;*/
}
.fbtn a{
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 6px;
    background-color: #ff4400;
    color: #fff;
    padding: 10px 0;
}

.infobox{
    position: fixed;
    top: 50%;
    transform:translate(-50%, -50%);
    left: 50%;
    width: 94%;
    z-index: 9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .42);
    display: none;
    max-width: 500px;
}
.loading{
    position: fixed;
    top: 50%;
    transform:translateY(-50%);
    left: 36%;
    width: 28%;
    padding: 1rem 0;
    z-index: 3;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    color: #666;
    font-size: 1rem;
}
.zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 2;
    display: none;
}
.txtmain{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    font-size: 1rem;
    line-height:1.7;
    color:#333;
    border-radius: 6px;
}
.txtmain .txttit{
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
    color:#666;
    line-height: 1.8;
    padding: 5px 15px;
    margin-bottom: 25px;
}
.ewmimg img{
    max-width: 100%;
    max-height: 80vh;
    display:block;
    margin: 0 auto;
}
.f_one{
    font-size: 0.8rem;
    color:#878787;
    line-height: 1.6;
    padding: 10px 0;
}
