@charset "utf-8";
/*====================================================================
Title : Blossary_all.css
Author : Henry 
Description : For all Blossary.com pages
Created : 2015-01-07
====================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url('2.woff2') format('woff2'), url('1.woff') format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url('Raleway_light200.woff') format('woff');
} 

@font-face {
  font-family: 'MerriweatherSans';
  font-style: normal;
  font-weight: 200;
  src: local('MerriweatherSans-Light'), local('MerriweatherSans-Light'), url('MerriweatherSans-Light.woff') format('woff');
} 

@media screen and (-webkit-min-device-pixel-ratio:0){ /*Opera和Sa */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	background: none repeat scroll 0 0;
	border: 0 none;
	font-size: 100%;
    margin: 0; 
    outline: 0 none;
    padding: 0; 
} } 

body {
	color: #333;
        font-family: "MerriweatherSans",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	overflow-x: hidden;
}

dl,
dd,
dt,
ul,
ol,
li{
	list-style-type:none;
	list-style-image:url();
}
input,
textarea,
select,
option
{
	margin:0;
}
select, 
input, 
button, 
button img, 
label, 
img {
    vertical-align: middle;
}
a{
	color: #439fe0;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active, a:focus {
    outline:none;
}
.clearfix:after,
.field_group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {height: 1%;}
/*以上为页面全�?���?*/

/*Button-Begin*/
.anniu {
	font-family: "Montserrat",sans-serif;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: baseline;
}
.anniu:hover {
    text-decoration: none;
}
.anniu:active {
    position: relative;
}


/* blue */
.blue {
	background: #439fe0;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	

}
.blue:hover {
    background: #3d97d6;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow:0 -2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 -2px 0px #3277a8 inset;           
}
.blue:active {
    background: #439fe0;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset;  
}
/* white */
.white {
	background: #fff;
	color: #439fe0;
	border: 2px solid #439fe0;
    
}
.white:hover {
	background: #3d97d6;
	color: #FFF;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow: 0 -2px 0px #3277a8 inset;
	-webkit-box-shadow: 0 -2px 0px #3277a8 inset;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3d97d6;
	border-left-color: #3d97d6;
}
.white:active {
    background: #439fe0;
	color: #FFF;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset;
	border-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #439fe0;
	border-left-color: #439fe0;
}
/* gray */
.gray {
	background-color: #FFFFFF;
	border: 2px solid #999999;
	color: #999999;
}
.gray:hover {
    background: #3d97d6;
	color: #FFF;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow: 0 -2px 0px #3277a8 inset;
	-webkit-box-shadow: 0 -2px 0px #3277a8 inset;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3d97d6;
	border-left-color: #3d97d6;
}
.gray:active {
    background: #439fe0;
	color: #FFF;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset; 
    border-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #439fe0;
	border-left-color: #439fe0;
}
.topfix {
	background-color: #3f3f3f;
	height: 60px;	
}

/*Button-End*/

/*顶部样式�?��*/
.header {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	//max-width: 1240px;
}

.header .logo {
	float: left;
	width: 220px;
	font-size: 26px;
	font-weight: 200;
	height: 48px;
	padding-top: 17px;
	margin-right: -230px;
	padding-left: 10px;
	font-family: "Raleway",sans-serif;
}
.header .logo a {
	color: #FFFFFF;
}
.header .search-box {
	width: auto;
	height: 46px;
	padding-top: 14px;
	text-align: center;
	margin-right: 410px;
	margin-left: 230px;
}
.header .top-search{
	background-color: #f8f8f8;
	height: 28px;
	width: 325px;
	line-height: 28px;
	padding-left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #cecece;
	font-family: "Merriweather Sans";
	font-size:16px;
	font-weight:400;
}
.header .magnifier {        
        background-image: url("../images/Search.PNG");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 18px;
        left: 50%;
        margin-left: 50px;
        margin-top: -26px;
        position: absolute;
        width: 18px;
}
.header .signbtn {
	float: right;
	text-align: right;
	height: 45px;
	padding-top: 15px;
	width: 400px;
	margin-left: -410px;
	padding-right: 10px;
}
.header .signbtn .signup {
	margin-left: 5px;
	font-size: 16px;
	color: #FFF;
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border: 2px solid #FFF;
	display: block;
	float: right;
	border-radius: 5px;
	padding-top: 4px;
	font-family: 'Montserrat', sans-serif;
}
.header .signbtn .signin {
	margin-left: 5px;
	font-size: 16px;
	color: #FFF;
	height: 24px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: right;
	padding-top: 9px;
	font-family: 'MerriweatherSans', sans-serif;
        font-size: 12px;
}
.header .signbtn .signin_login {
	margin-left: 5px;
	font-size: 16px;
	color: #FFF;
	height: 24px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: right;
	padding-top: 4px;
	font-family: "Montserrat",sans-serif;
}
.header .login {
	float: right;
	text-align: right;
	height: 26px;
}
.header .login a {
	margin-left: 5px;
}
.header .login span {
	color: #FFF;
	display: block;
	float: right;
	padding-top: 8px;
}
.header .arrow-down {
	background-image: url(../images/arrow-down_w.png);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 14px;
	float: right;
	margin-top: 10px;
}
.userInfo_denglu {
	//height: 119px;        
	font-size: 13px;
        margin-right: -143px;
        margin-top: 40px;
        position: absolute;
        right: 100px;
        width: 100px;
}
.userInfo_sign_jian {
	background-image: url(../images/sign_jian_new.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 10px;
	float: right;
	margin-right: 0px;
	background-color: #FFF;
}
.userInfo_sign_kuang {	
	background-color: #3f3f3f;
	margin-top: 5px;
	position:absolute;
        z-index: 99999;	
	padding: 5px;
}
.header .yuanuser {
	float: right;
	height: 34px;
	width: 34px;
	margin-right: 10px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border: 1px solid #c4c4c4;
	margin-top: -3px;
}
.header .yuanuser img{
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
}
.footer {
	background-color: #3f3f3f;	
	padding-top: 70px;
	padding-bottom: 70px;
}
.footer .caidan {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 16px;
	font-weight: 200;
}
.footer .caidan .main {
	display: block;
	float: left;
	width: 280px;
	padding-left: 70px;
}
.footer .caidan .main li a {
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 13px;
}
.footer .caidan .main li strong {
    font-size: 14px;
    font-weight: 600;
}
.footer .caidan .other {
	display: block;
	float: left;
	width: 220px;
	padding-left: 70px;
}
.footer .caidan .other li a {
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 13px;
}
.footer .caidan .other li strong {
    font-size: 14px;
    font-weight: 600;
}
.footer .caidan .zhichi {
	display: block;
	float: left;
	width: 160px;
	padding-left: 120px;
}
.footer .caidan .zhichi li a {
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 13px;
}
.footer .caidan .zhichi li strong {
    font-size: 14px;
    font-weight: 600;
}
.footer .caidan .share {
	height: 32px;
	width: 272px;
	clear: both;	
	margin-left: 66px;
	padding-top: 20px;
        font-size: 12px;
}
.footer .caidan .share .facebook {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 32px;
	width: 31px;
}
.footer .caidan .share .facebook:hover {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	display: block;
	float: left;
	height: 32px;
	width: 31px;
}
.footer .caidan .share .tweer {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -31px 0px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
.footer .caidan .share .tweer:hover {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -31px -32px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
.footer .caidan .share .linkedin {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -64px 0px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
.footer .caidan .share .linkedin:hover {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -64px -32px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
.footer .caidan .share .instagram {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -96px 0px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
.footer .caidan .share .instagram:hover {
	background-attachment: scroll;
	background-image: url(../images/share_new.png);
	background-repeat: no-repeat;
	background-position: -96px -32px;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}
/*顶部样式结束

/*字体颜色样式*/
.font-light-gay{
	color:#d8d7ce;
}
/*字体颜色样式*/



/* 登录  */
.denglu {
   height: 119px;
    margin-right: 130px;
    margin-top: 15px;
    position: absolute;

    width: 300px;
}

.denglu .sign_jian {
	background-image: url(../images/sign_jian.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 10px;
	float: right;
	margin-right: 40px;
}
.denglu .sign_kuang {
	height: 172px;
	width: 298px;
	border: 1px solid #c6cad0;
	background-color: #FFF;
	margin-top: 13px;
	position: absolute;
    z-index: 99999;
}
.sign_kuang .username {
	height: 36px;
	width: 260px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.sign_kuang .password {
	height: 36px;
	width: 260px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.sign_kuang .danniu {
	height: 36px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.danniu .dannie_left{
	float: left;
	height: 36px;
	width: 75px;
	font-family: 'Montserrat', sans-serif;
}
.dannie_left a {
	font-size: 14px;
	background-color: #6e7a8b;
	display: block;
	height: 28px;
	width: 75px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}
.dannie_left input {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Raleway;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	background: #439fe0;
	color: #FFF;
	border:0px;
}
.dannie_left input:hover {
    background: #3d97d6;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow:0 -2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 -2px 0px #3277a8 inset;           
}
.dannie_left input:active {
    background: #439fe0;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset;  
}
.danniu .dannie_right {
	font-size: 14px;
	float: left;
	height: 28px;
	width: 150px;
	padding-top: 8px;
	margin-left: 30px;
}
.dannie_right a {
	color: #999;
	text-decoration: none;
}
.dannie_right a:hover {
	color: #F00;
}
.sign_input {
    background-image: url("../images/userpass_bg.gif");
    background-repeat: repeat-x;
    border: 1px solid #c7cccf;
    color: #8f8f8f;
    height: 34px;
    line-height: 34px;
    padding-left: 5px;
    width: 258px;
}