html,
body {
    height: 100%;
    margin-top: 0 !important;
    padding:0 !important;
}

body {
    font-size: 12px;
  	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

a {
    color: #000;
}

.body-text-fff .bm-top,
.body-text-fff .bm-top a,
.body-text-fff .bm-set,
.body-text-fff .bm-footer,
.body-text-fff .bm-footer a ,
.body-text-fff .bm-keys-a a,
.body-text-fff .bm-keys-more ,
.body-text-fff .bm-form select
{
    color: #fff;
}

.arr,
.arr b {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    font-family: tahoma;
    border: 8px dashed transparent;
}

.arr b {
    position: absolute;
}

.arr-b {
    border-bottom-style: solid;
    border-bottom-color: #999;
}

.arr-t {
    border-top-style: solid;
    border-top-color: #999;
}

.arr-bthin b {
    top: -6px;
    left: -8px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.arr-tthin b {
    top: -10px;
    left: -8px;
    border-top-color: #fff;
    border-top-style: solid;
}

.bm-top {
    position: absolute;
    right: 90px;
    top: 50px;
    z-index: 1;
    line-height: 22px;
}

.bm-top a {
    margin: 0 8px;
}

.bm-set {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1;
    padding-left: 25px;
    line-height: 22px;
    background: url(../imgs/setup.png) 0 0 no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bm-set:hover {
    background-position: 0 -22px;
}

.bm-set-box {
    display: none;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 9999;
    padding: 10px;
    width: 200px;
    border: 1px solid #999;
    background: #fff;
}

.bm-set-box-jt {
    position: absolute;
    right: 26px;
    top: -16px;
}

.bm-set-box-title {
    position: relative;
}

.bm-set-box-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #ff580a;
    font-weight: 700;
    font-family: tahoma;
    cursor: pointer;
}

.bm-set-box-color {
    margin-top: 5px;
    padding: 4px 0;
    background: #999;
}

.bm-set-box-color span {
    float: left;
    margin-left: 6px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
}

.bm-set-box-imgs {
    margin-left: -12px;
}

.bm-set-box-imgs a {
    float: left;
    margin: 10px 0 0 12px;
    width: 92px;
    height: 52px;
    border: 1px solid #999;
}

.bm-set-box-imgs a:hover {
    border-color: #ff580a;
}

.bm-set-box-imgs img {
    display: block;
    width: 100%;
    height: 100%;
}

.bm-logo {
    padding-top: 40px;
    text-align: center;
}

.bm-form {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0px;
    width: 950px;
}
.bm-form select{
	font-size: 14px;
	width: 75px;
	float: left;
	height: 40px;
	line-height: 40px;
	border:1px solid #38f;
	background: none;
	color: #666;
	border-right: 0;
	text-align: center;
	text-align-last: center;
}
.bm-form select option{
	color: #666;
}
.bm-form input {
    float: left;
    padding-left: 30px;
    width: 725px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #38f;
    background: url(../imgs/search.png) 5px 50% no-repeat;
    font-size: 14px;
}

.bm-form input:focus {
    background: #fff url(../imgs/search-h.png) 5px 50% no-repeat;
}

.bm-form button {
    float: left;
    margin-left: 10px;
    width: 105px;
    height: 40px;
    border: 1px solid #38f;
    background: #38f;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.bm-form button:hover {
    background: #317ef3;
}

.bm-keys {
    position: relative;
    padding-right: 100px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.bm-keys-a a {
    margin-right: 8px;
    color: #4076c1;
}

.bm-keys-a a:hover {
    text-decoration: underline;
}

.bm-keys-more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 17px;
    background-: #fff;
    color: #38f;
    cursor: pointer;
}

.bm-keys-more b {
    position: absolute;
    right: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    background: url(../imgs/jt.png) no-repeat;
}

/* <b class="arr arr-t arr-tthin"><b></b></b> */

.bm-keys-more .arr {
    position: absolute;
    top: 16px;
    right: 0;
    border-width: 6px;
    border-top-color: #38f;
}

.bm-keys-more .arr b {
    top: -8px;
    left: -6px;
    border-width: 6px;
}

.bm-type {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 99;
    width: 100%;
    border: 1px solid #38f;
    background: #fff;
    border-radius: 2px;
    opacity: 0.8;
}

.bm-type .arr {
    position: absolute;
    top: -16px;
    right: 30px;
    border-bottom-color: #38f;
}

.bm-type-nav li {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}

.bm-type-nav .current {
    border-bottom: 1px solid #38f;
    color: #38f;
    font-weight: 700;
}

.bm-type-panel {
    font-size: 12px;
}

.bm-type-panel-item {
    display: none;
}

.bm-type-panel .current {
    display: block;
}

.bm-type-panel li {
    float: left;
    margin-top: 10px;
    width: 100px;
    text-align: center;
}

.bm-type-panel img {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.bm-type-panel a:hover img {
    box-shadow: 0px 0px 11px #333;
}

.bm-type-panel p {
    margin-top: 2px;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}

.bm-footer {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.bm-footer-static {
    position: static;
    padding: 4% 0;
}

.bm-footer a {
    color: #666;
}

.bm-footer-share {
    display: none;
    position: absolute;
    left: 10px;
    line-height: 24px;
}

.bm-footer-share a {
    float: left;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    background: url(../imgs/share.png) no-repeat;
}

.bm-footer-share .bm-footer-share-qqzone {
    background-position: -33px 0;
}

.bm-footer-share .bm-footer-share-renren {
    background-position: -67px 0;
}

.bm-footer-share .bm-footer-share-douban {
    background-position: -101px 0;
}

.bm-footer-share-weibo:hover {
    background-position: 0 -37px !important;
}

.bm-footer-share-qqzone:hover {
    background-position: -33px -37px !important;
}

.bm-footer-share-renren:hover {
    background-position: -67px -37px !important;
}

.bm-footer-share-douban:hover {
    background-position: -101px -37px !important;
}

.body-text-fff .bm-footer-share .bm-footer-share-weibo {
    background-position: 0 -76px;
}

.body-text-fff .bm-footer-share .bm-footer-share-qqzone {
    background-position: -33px -76px;
}

.body-text-fff .bm-footer-share .bm-footer-share-renren {
    background-position: -67px -76px;
}

.body-text-fff .bm-footer-share .bm-footer-share-douban {
    background-position: -101px -76px;
}

.bm-items {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 0 20px 0;
    width: 1200px;
    background: rgba(255, 255, 255, .3);
    font-size: 14px;
}

.bm-items a {
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    width: 216px;
    height: 180px;
    overflow: hidden;
	background: #fff;
}

.bm-items a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bm-items img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bm-items p {
    position: absolute;
    bottom: 0;
    padding-left: 8px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666;
}

.bm-hots {
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bm-hots-border {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../imgs/border.png) no-repeat;
    background-position: -22px -23px;
}

.bm-hots-top-left {
    top: 0;
    left: 0;
}

.bm-hots-bottom-left {
    bottom: 0;
    left: 0;
    background-position: -22px 0;
}

.bm-hots-top-right {
    top: 0;
    right: 0;
    background-position: 0 -23px;
}

.bm-hots-bottom-right {
    bottom: 0;
    right: 0;
    background-position: 0 0;
}

.bm-hots-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    background: url(../imgs/circle.png) no-repeat;
}

.bm-dot-box {
    position: absolute;
    top: 10%;
    left: 10%;
}

.bm-dot-box-trigger:hover {
    margin: -5px 0 0 -5px;
    width: 48px;
    height: 48px;
}

.bm-dot-box-info {
    display: none;
    position: absolute;
    left: -65px;
    top: -54px;
    padding: 10px;
    width: 150px;
    height: 150px;
    line-height: 1.5;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
}

.bm-dot-box-info- {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.bm-sugline {
    display: none;
    position: absolute;
    top: 69px;
    left: 1px;
    z-index: 99;
    width: 511px;
    border: 1px solid #38f;
    background: #fff;
    color: #6c6a6d;
}

.bm-sugline h3 {
    padding: 10px 0 0 10px;
    font-size: 1.1em;
    font-weight: 700;
}

.bm-sugline li {
    line-height: 30px;
}

.bm-sugline a {
    display: block;
    padding: 0 10px;
}

.bm-sugline a:hover {
    background: #eaeaea;
}

.bm-sugline a i {
    margin-right: 15px;
    padding: 1px 4px;
    background: #dbdee2;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.bm-sugline .bm-sugline-h i {
    background: #f0765e;
}

@media screen and (max-width:870px) {
    .bm-items {
        width: 520px;
    }
    .bm-form {
        width: 440px;
    }
	.bm-form select{
		width: 60px;
	}
    .bm-form input {
        width: 255px;
    }
	.bm-form button{
		width: 80px;
		font-size: 13px;
	}
    .bm-sugline {
        width: 311px;
    }
}

@media screen and (max-width:640px) {
    .bm-hots {
        display: none !important;
    }
    .bm-items {
        width: 100%;
    }
    .bm-items a {
        margin-left: 5%;
        width: 42%;
        height: auto;
    }
  	.bm-items p{
      display: none;
    }
    .bm-form {
        width: 340px;
    }
    .bm-form input {
        width: 178px;
    }
	.bm-form button{
		width: 60px;
		font-size: 13px;
	}
    .bm-sugline {
        width: 211px;
    }
}

@media screen and (max-width:321px) {
    .bm-form {
        width: 260px;
    }
    .bm-form input {
        width: 105px;
    }
	.bm-form select{
		width: 50px;
	}
    .bm-sugline {
        width: 141px;
    }
}