body{
    margin: 0;
    color: #554F4F;
    font-family: Arial,"Microsoft Yahei" !important;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
a{
    color: white;
    text-decoration: none;
}
.index-nav-wrap{
    height: 50px;
    background-color: #19A094;
    text-shadow:0 1px 1px #929287;
}
.nav-bar{
    height: 50px;
    line-height: 50px;
    width: 1200px;
}
.nav-bar a{
	color: white;
	text-decoration: none;
}
.nav-bar-left{
    min-width: 800px;
    height: 50px;
    float: left;
}
.nav-bar-right{
    width: 300px;
    height: 50px;
    float: left;
}
.top-logo{
    float: left;
}
.top-logo .logo_title_df, .top-logo .logo_pic_df{
	font-size: 25px;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	margin: 0px;
}
.menu-bar{
    list-style: none;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
}
.menu-bar li{
    display: block;
    float: left;
    height: 100%;
    font-size: 18px;
}
.top-logo a, .menu-bar li a{
    display: block;
    height: 100%;
    padding: 0 10px;
}
.menu-bar li a:hover, .menu-selected{
    background-color: #009688;
    color: #cccccc;
}
.menu-bar li:hover .menu-item{
    display: block;
}
.menu-item{
    display: none;
    position: absolute;
    background-color: #009688;
    width:452px;
    padding: 10px 0;
    z-index: 1;
}
.menu-item ul{
    float: left;
    width:112px;
    padding: 0;
    border-right:1px solid #ebebeb;
}
.menu-item ul li{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.menu-item ul li a:hover{
    text-decoration: underline;
}
.about-us{
    margin-left: 10px;
}
.about-us, .login-state, .login-state .login, .login-state .register{
    float: left;
    height: 100%;
    font-size: 16px;
    margin-right: 20px;
}
.about-us a:hover, .login-state a:hover{
	color: #cccccc;
}
.middle-container-left{
    width: 700px;
    //float: left;
}
.middle-container-center{
    width: 700px;
    float: left;
}
.middle-container-right{
    width: 300px;
    float: left;
}
.main-content{
    width: 660px;
    margin: 10px 30px 0 10px;
}
.information-display{
    width: 280px;
    margin: 10px 10px 0px 10px;
}
.brief-introduction{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.brief-introduction p{
    margin: 0px;
}
.live-list{

}
.live-tip{
    opacity: .4;
    padding-bottom:10px;
    border-bottom: 1px solid #D6D6D6;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.yuce-list-item{
    height: 120px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
}
.yuce-list-item:last-child{
    /*border-bottom: none;*/
}
/*
.yuce-list-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #554F4F;
	text-decoration: none;
}
*/
.item-icon{
    width: 140px;
    height: 100px;
    margin: 10px 0px;
    float: left;
}
.item-icon img{
    width: 140px;
    height: inherit;
}
.item-content{
    height: inherit;
    width: 480px;
    float: left;
    font-size: 14px;
    padding: 0px 20px;
}
.item-content span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #19A094;
}

.login-box{

}
.login-registration{

}
.index-sign-tabnavs{
    text-align: center;
    margin-bottom: 18px;
}
.index-sign-tabnavs a{
    display: block;
    float: left;
    text-decoration: none;
    color: #554F4F;
    opacity: .5;
    width: 50%;
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}
.index-sign-tabnavs .active{
    border-bottom: 2px solid #5F98C4;
    opacity: 1;
}
.index-sign-tabnavs a:hover{
    opacity: 1;
}
.input-wrapper{
    float: left;
    border: solid 1px #D6D6D6;
	height: 30px;
}
.input-wrapper input,
.input-wrapper select{
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #554F4F;
    border: 0;
    box-sizing:border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}
.button-wrapper{
    display: inline-block;
}
.command, .undo{
	/*float: left;*/
}
.button-wrapper button{
    height: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    text-align:center;
    color:#fff;
	text-shadow: 0 1px 1px #929287;
    background-color: #19A094;
    border: 1px solid #19A094;
    border-radius: 3px;
    outline:0;
    cursor:pointer;
}
.button-wrapper button:hover{
    background-color: #009688;
}
.view-signin, .view-signup, .element-hidden{
    display: none;
}
.selected, .element-show{
    display: block;
}
.view .group-inputs{
    border:1px solid #d5d5d5;
    border-radius:3px;
}
.view .input-wrapper{
	float: none;
	height:48px;
	border: none;
	position: relative;
    border-bottom:1px solid #eee;
}
.view-signup .input-wrapper:last-child, .view-signin .input-wrapper:last-child{
    border-bottom: none;
}
.view .input-wrapper input{
    padding:15px 8px;
    height: 100%;
    width:100%;
    font-size:15px;
    color: #A3A0A0;
    line-height:18px;
    border:0;
    outline:0;
    box-sizing:border-box;
	text-align: left;
}
.view .button-wrapper, .signin-misc-wrapper{
    margin-top: 18px;
}
.view .button-wrapper .sign-button{
    height: 40px;
    width:280px;
}
.auto-login{
	float: left;
}
.lost-passwd{
	float: right;
}
.auto-login label, .lost-passwd a{
	color: #554F4F;
}

.notice-board, .summary-data{
	margin: 15px 0px;
	border-top: 1px solid rgb(214, 214, 214);
	padding-top: 15px;
}
.notice-board .notice, .summary-data .data-item, .userinfo-list .userinfo-item{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.tip-dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    background-color: #C2C2C2;
    float: left;
    margin: 7.5px 10.5px 0px 4.5px;
}
.information-display .key-num{
    color: #19A094;
}
.after-clear{
    clear: both;
}
.cloudzhouyi-footer{
    clear: both;
    background-color: #E9E9E9;
    height: 60px;
}
.copyright{
    height: 14px;
    line-height: 14px;
    padding-top: 14px;
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
}

.logged-user{
    float: left;
/*     width: 110px; */
}
.logged-user a, .logged-user:hover .user-information{
    display: block;
}
.logged-user>a{
    height: 50px;
}
.user-icon{
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 0px;
    border-radius: 50%;
}
.user-name{
    float: left;
/*     width: 70px; */
    height: 100%;
}
.user-information{
    display: none;
    position: absolute;
    width: 110px;
    background-color: #19A094;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 1;
}
.user-information a{
    height: 33px;
    line-height: 33px;
    background-color: #19A094;
}u
.user-information a:hover{
    background-color: black;
}
 .user-information a:last-child{
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
 }
.cld-icon{
    width: 16px;
    height: 16px;
    background-image: url(images/alksf-icon-1.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.user-information .cld-icon{
/*     width: 20px;
    height: 20px;
    margin: 0px 10px; */
    vertical-align: middle;
    width: 25px;
    background-image:url(images/alksf-icon-2.png)
}
.user-information .user-homepage-icon,
.user-information .user-center-icon,
.user-information .user-point-icon{
    background-position: -6px -7px;
}
.user-information .user-profile-icon{
    background-position: -6px -60px;
}
.user-information .user-message-icon{
    background-position: -6px -34px;
}
.user-information .user-logout-icon{
    background-position: -6px -87px;
}
.userinfo-list a{
	display: inline-block;
	color: #554F4F;
}
.userinfo-list .cld-icon{
    margin-right: 7px;
    vertical-align: -2px;
}
.userinfo-list .user-homepage-icon{
    background-position: -150px -42px;
}
.userinfo-list .user-point-icon{
    background-position: -208px -145px;
}
.userinfo-list .user-center-icon{
    background-position: -192px -42px;
}
.userinfo-list .user-profile-icon{
    background-position: -87px -145px;
}
.userinfo-list .user-message-icon{
    background-position: -18px -107px;
}
.userinfo-list .check-suffer-icon{
	background-position: -90px 0px;
}
.userinfo-list .user-pai-pan-icon{
    background-position: -214px -3px;
}
.mask{
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
	height: 100%;
    background: gray;
    filter: alpha(opacity=80);
    opacity: 0.3;
}
#tip-box{
    position: absolute;
    width: 180px;
    height: 80px;
    line-height: 80px;
    border-radius: 3px;
    background-color: #CECECE;
    color: #554F4F;
}
#tip-box p{
    margin: 0px;
    text-align: center;
}



.c-icon-jgwablogo {
    background: rgba(0, 0, 0, 0) url("https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_0e814c16.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    overflow: hidden;
    width: 14px;
}

.c-icon-jgwablogo {
    background-position: -623px -96px;
    position: relative;
    top: 3px;
}