/* made by wgw */

@charset "utf-8";

/* init */
html,body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,button,textarea,iframe,frameset,table,th,tr,td,fieldset,legend{margin:0;padding:0;}
body{padding-top:0;background:none;font:14px/1.5 "microsoft yahei",Arial,Helvetica,sans-serif;background-color:#f7f7f7;color:#666;}

/* row col width */
.container{width:100%;padding:0;}
.row{ margin:0px;}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-1,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{padding:0px;border:0;background:none;position:relative;height:auto;}

/* height */
.h_5{height:5px;}
.h_10{height:10px;}
.h_20{height:20px;}


/* with %*/
.w_100{width:94%;height:auto;margin-left:3%;margin-right:3%}
.w_95{width:95%;height:auto;}
.w_90{width:90%;height:auto;}
.w_85{width:85%;height:auto;}

/* with 100% */
.w_auto{width:100%;height:auto;}

/* margin */ 
.m_t_5{margin-top:5px;}
.m_b_5{margin-bottom:5px;}
.m_l_5{margin-left:5px;}
.m_r_5{margin-right:5px;}

.m_t_10{margin-top:10px;}
.m_b_10{margin-bottom:10px;}
.m_l_10{margin-left:10px;}
.m_r_10{margin-right:10px;}

.m_t_20{margin-top:20px;}
.m_b_20{margin-bottom:20px;}
.m_l_20{margin-left:20px;}
.m_r_20{margin-right:20px;}

/* padding */ 
.p_5{padding:5px;}
.p_t_5{padding-top:5px;}
.p_b_5{padding-bottom:5px;}
.p_l_5{padding-left:5px;}
.p_r_5{padding-right:5px;}

.p_10{padding:10px;}
.p_t_10{padding-top:10px;}
.p_b_10{padding-bottom:10px;}
.p_l_10{padding-left:10px;}
.p_r_10{padding-right:10px;}

.p_20{padding:20px;}
.p_t_20{padding-top:20px;}
.p_b_20{padding-bottom:20px;}
.p_l_20{padding-left:20px;}
.p_r_20{padding-right:20px;}


/* background */

/* images with 100% */
.big_img img{width:100%;height:auto;}

/* font_size */
.f_10{font-size:10px;}
.f_11{font-size:11px;}
.f_12{font-size:12px;}
.f_13{font-size:13px;}
.f_14{font-size:14px;}
.f_20{font-size:20px;}

/* font-weight */

.b{font-weight:bold}

tr.locktr{
position:relative;
top:expression((this.offsetParent.scrollTop>this.parentElement.parentElement.offsetTop?this.offsetParent.scrollTop-this.parentElement.parentElement.offsetTop-1:0)-1);
}

/* background color */
.bgcolor_hei{background-color:#000;}
.bgcolor_bai{background-color:#fff;}
.colorBg_zs_1{background-color:#c13333;}
.colorBg_grey_1{background-color:#b8b8b8;}
.colorBg_grey_2{background-color:#ebebeb;}
.colorBg_white{background-color:#fff;}
.colorBg_red_1{background-color:#f2dcdb;}
.colorBg_rgba_1{background:rgba(255,255,255,0.5);}

/* background linear */ 
.colorBg_line{background:-moz-linear-gradient(top,#fff,#f1f1f1);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));}

/* text align center */
.t_c{text-align:center;}
.t_l{text-align:left;}
.t_r{text-align:right;}

/* txtcolor */
.colorT_zs_1{color:#1a2c76;}
.color_bai{color:#fff;}
.colorT_black{color:#000;}
.colorT_grey_0{color:#ccc;}
.colorT_grey_1{color:#999;}
.colorT_grey_2{color:#4d4d4d;}
.colorT_red{color:#a00100;}

.colorT_blue_1{color:#4f81bd;}
.colorT_red_1{color:#c00000;}
.colorT_orange_1{color:#e36c09;}

/* a txtcolor */
a.colorA_white_1{color:#fff;}
a.colorA_grey_1{color:#333;}
a.colorA_zs_1{color:#f8b6d4;}
a.colorA_zs_1:hover, a.colorA_grey_1:hover, a.colorA_white_1:hover{ color:#e8374d;text-decoration:none;}

/* float */ 
.fl{display:inline;float:left;}
.fr{float:right;}

/* bloack */
.block{ display:block;}

/* panel */
.panel_1 section{background:rgba(255,255,255,0.75);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.panel_1 .table .form-control{border-color:#8fb8ec;}
.panel_1 .table .form-control:focus {border-color: #336aab;outline:0px none;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.075) inset,0px 0px 8px rgba(102, 175, 233, 0.6);}

/* break */ 
.break-word {word-wrap:break-word;word-break:break-all;}

/* background */

.bg_1{ background:url(../images/vlogback1.jpg) no-repeat 0 0; background-size:100% 100%; background-attachment:fixed;}

/* btn style */
.btn-wgw {
  color: #fff;
  background-color: #6669d8;
  border-color: #46b8da;
}
.btn-wgw:hover,
.btn-wgw:focus,
.btn-wgw:active,
.btn-wgw.active,
.open .dropdown-toggle.btn-wgw {
  color: #fff;
  background-color: #8486df;
  border-color: #269abc;
}
.btn-wgw:active,
.btn-wgw.active,
.open .dropdown-toggle.btn-wgw {
  background-image: none;
}
.btn-wgw.disabled,
.btn-wgw[disabled],
fieldset[disabled] .btn-wgw,
.btn-wgw.disabled:hover,
.btn-wgw[disabled]:hover,
fieldset[disabled] .btn-wgw:hover,
.btn-wgw.disabled:focus,
.btn-wgw[disabled]:focus,
fieldset[disabled] .btn-wgw:focus,
.btn-wgw.disabled:active,
.btn-wgw[disabled]:active,
fieldset[disabled] .btn-wgw:active,
.btn-wgw.disabled.active,
.btn-wgw[disabled].active,
fieldset[disabled] .btn-wgw.active {
  background-color: #8486df;
  border-color: #46b8da;
}
.btn-wgw .badge {
  color: #8486df;
  background-color: #fff;
}

/* screen auto */
@media screen and (min-width:321px) {
.f_10{font-size:12px;}
.f_11{font-size:14px;}
.f_12{font-size:16px;}
.f_13{font-size:17px;}
.f_14{font-size:18px;}
.f_20{font-size:24px;}
}

@media screen and (min-width:481px) {
.f_10{font-size:12px;}
.f_11{font-size:16px;}
.f_12{font-size:18px;}
.f_13{font-size:19px;}
.f_14{font-size:20px;}
.f_20{font-size:26px;}
}