/* >= 1100 */
@media screen and (min-width: 1100px){  
    .loginCenterBox{
        margin-left: 30px;
    }
    .loginCenterBox ul li{
        color: #fff;
    }
   .mainRightBox{
        width: 340px;
        float: right;
    }
     #toggleBox{
        display: none;
    }
    .loginCenterBox .selectTopLi{
        background-color: #f98ee2;
    }
    #myInfo{
        display: none;
    }
	
	.mainLeftBox{
    	width: 730px;
	}

    #topImage{
        display: none;
    }
}

/* < 1100 */
@media screen and (max-width: 1100px){
   .loginCenterBox{
        background-color: #fc6f87;
        text-align: center;
        border: 1px solid #fff;
   }
   .loginCenterBox ul li{
        color: #fff;
   }
   .loginBox{
        display: none;
   }
   .pageDetailBox{
        text-align: center;
   }
   .mainRightBox{
        width: 100%;
        text-align: center;
    }
    .loginCenterBox{
        display: none;
        border-radius: 15px;
    }
    #toggleBox{
        display: block;
    }
    .loginCenterBox .selectTopLi{
        background-color: #ffa3eb;
        border-radius: 10px;
    }
    .position{
        clear: both;
    }
   
	.mainLeftBox{
        width: 100%;
	}

    .oneLineBox{
        float: left;
    }
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, input, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #333;
}
ul, ol, li{
    list-style: none;
    display: inline-block;
}

a{
    text-decoration:none;
}
a:hover img{
    filter:alpha(Opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
    transform: scale(1.02);
} 

a img{
    text-decoration:none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
 #rightFirstImage{
    width: 100%;
    max-width:400px;
}
body {
    background-image: url(/images/bodyBack.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    /*width: calc(100% + 30px);*/ 
}

.mainRightBigImage{
	position: relative;
	display:block;
}

.logoBox{
    float: left;
}
.navBg{
    background: #fc6c85;
    color: #ffffff;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    transition: top .5s;
    z-index: 99;
    opacity: 0.98;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0,0,0,.10);
}

.naviRecharge{
    color: #ff0;
    font-weight: bold;
}
.naviSplit{
    color: #ffd8ae;
}

.navBgBox{
    max-width: 1100px;
    margin: 0 auto;
}

.loginCenterBox{
    float: left;
}

.loginCenterBox ul li{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-align: center;
}

.loginCenterBox ul li:hover{
    background-color: #faa;
}

.loginBox {
    float: right;
    height: 80px;
    line-height: 80px;
    white-space:nowrap;
    overflow:hidden;
}

.loginBox a {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    margin-top: 25px;
    color: #463030;
    box-shadow: 0 2px 4px rgba(0,0,0,.20);
}
.loginBox .logined {
    display: block;
    background: #fcca6f;
    color: #271a1e;
    font-size: 14px;
}

#hasLogin{
    display: none;
}
#hasLogin a{
    padding: 0 5px;
}

#toggleBox{
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

#topToggle{
    padding: 5px;
}

#myInfo{
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 15px;
}

#myInfo a{
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.btn_login {
    background: #f6f6f6;
}

.btn_reg{
    background: #fbcd66;
}


.mainBox{
    max-width: 1100px;
    margin: 0 auto;
}

.position{
    color: #666;
    margin-top: 20px;
    padding-left: 5px;
}

.position a{
    color: #666;
}

.tagHead{
    background: url(/images/tagHeadLine.png) repeat-x bottom;
}

.tagHead h2{
    padding-bottom: 15px;
    padding-left: 5px;
}

.mainLeftBox{
    float: left;
}


.tagDetailBoxInterval{
    margin-top: 20px;
}
.tagDetailBox ul li{
    float: left;
    margin: 0 10px 10px 0;
}

.tagDetailBox a{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,.10);
    border-radius: 5px;
}

.tagDetailBox a:hover{
    background-color: #fc6c85;
}

.tagDetailBox span{
    color: #fc6c85;
}

.pageBox{
    display: block;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    border-radius: 0;
}


.pageBox ul li a{
    line-height: 40px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #ffa2b2;
    text-decoration: none;
    color: #fc6c85;

}

.pageBox .selectLi{
    background-color: #fc6c85;
}

.pageBox ul li a:hover{
    background-color: #fc6c85;
    color: #fff;
}

.pageBox .selectLi{
    color: #fff;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 10px 0px 5px 0px;
    clear: both;
    color: #555;
    border-top: 1px solid #d4d4d4;
}

.footer p a {
    color: #555;
}

.mainRightTitleBox{
    background: #fc6c85;
    color: #ffffff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}

.mainRightTitleBox span{
    color: #ffffff;
}

.mainRightItemBox{
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
}

.mainRightItemImage{
    float: left;
}

.mainRightItemImage img{
    width: 100px;
    height: 60px;
}

.mainRightItemDesc{
    float: right;
    width: 220px;
    height: 60px;
    overflow: hidden;
    font-weight: bold;
}

.clearFloat{
    clear: both;
}

.titleLarger{
    color: #fc6c85;
    font-weight: bolder;
}

.mainRightItemDesc2{
    float: left;
    width: 140px;
    margin-left: 20px;
    overflow: hidden;
}

#rightFirstImage{
	margin-top: 15px;
}

#benzhouzhixingBox{
	margin-top: 53px;
}

#divMainImgBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0,0.8);
    overflow: auto;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-box-align: center;
    -moz-box-pack: center;
    -o-box-align: center;
    -o-box-pack: center;
    -ms-box-align: center;
    -ms-box-pack: center;
    box-align: center;
    box-pack: center;
    cursor: zoom-out;
}