@charset "utf-8";
/* CSS Document */

body{
	background-color: #F5F5F5;
	font-family: Microsoft YaHei;
}
a:hover {
    color: #f03333;
    text-decoration: none;
}
.yb_conct {
    top: 500px;
}
.hd_qr{
	/*覆盖样式冲突*/
	box-sizing: content-box;
}



.editor-container{
	overflow: hidden;
	min-height: 300px;
	padding: 0 5px 5px 5px;
}

#editorContent{
	border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.editor-container .w-e-toolbar{
	padding: 10px 6px;
	background-color: #fcfcfc!important;
	border: none!important;
}

.editor-container .w-e-toolbar .w-e-menu{
	border-radius: 2px;
    color: #666;
    font-size: 16px;
    margin: 2px;
    padding: 5px;
}

.editor-container .w-e-toolbar .w-e-menu:hover,
.editor-container .w-e-toolbar .w-e-menu.w-e-active{
	background-color: #f8f8f8;
    border: 1px solid #dbdbdb;
    margin: 1px;
    text-decoration: none;
}

.editor-container .w-e-toolbar .w-e-menu i{
    color: #666;
}

.editor-container .w-e-text-container{
	height: 350px!important;
	background-color: #fff;
	border-left: none!important;
	border-right: none!important;
    border-top: 1px solid #f0f0f0!important;
    border-bottom: 1px solid #f0f0f0!important;
    padding: 4px;
}

.editor-container .w-e-text-container .w-e-text{
    padding: 0!important;
    overflow-y: auto;
}

/* CKEditor 消息框开始 */
.cke_notifications_area {
    pointer-events: none
}

.cke_notification {
    pointer-events: auto;
    position: relative;
    margin: 10px;
    width: 300px;
    color: white;
    text-align: center;
    opacity: .95;
    filter: alpha(opacity = 95);
    -webkit-animation: fadeIn .7s;
    animation: fadeIn .7s
}

.cke_notification_message a {
    color: #12306f
}

@-webkit-keyframes fadeIn {
    from {
        opacity: .4
    }

    to {
        opacity: .95
    }
}

@keyframes fadeIn {
    from {
        opacity: .4
    }

    to {
        opacity: .95
    }
}

.cke_notification_success {
    background: #72b572;
    border: 1px solid #63a563
}

.cke_notification_warning {
    background: #c83939;
    border: 1px solid #902b2b
}

.cke_notification_info {
    background: #2e9ad0;
    border: 1px solid #0f74a8
}

.cke_notification_info span.cke_notification_progress {
    background-color: #0f74a8;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

.cke_notification_message {
    position: relative;
    margin: 4px 23px 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    z-index: 4;
    text-overflow: ellipsis;
    overflow: hidden
}

.cke_notification_close {
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    cursor: pointer;
    text-align: center;
    height: 20px;
    width: 20px;
    top: 1px;
    right: 1px;
    padding: 0;
    margin: 0;
    z-index: 5;
    opacity: .6;
    filter: alpha(opacity = 60)
}

.cke_notification_close:hover {
    opacity: 1;
    filter: alpha(opacity = 100)
}

.cke_notification_close span {
    display: none
}

.cke_notification_warning a.cke_notification_close {
    opacity: .8;
    filter: alpha(opacity = 80)
}

.cke_notification_warning a.cke_notification_close:hover {
    opacity: 1;
    filter: alpha(opacity = 100)
}


/*banner*/
.banner{
	width: 100%;
	min-width:1220px;
	height: 498px;
	background: url(/images/treasureBox/treasureBox.jpg);
  	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner img{
	width: 100%;
	display: block;
}

.new_box {
	min-width: 1220px;
}

/* ckeditor底部颜色修改 */
.cke_bottom{
	background: #ffffff;
}



.acritle-information{
	width: 1220px;
	margin: 0 auto;
	background-color: #FFFFFF;
	overflow: hidden;
	display: block;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
    min-height: 280px;
    height: auto;
}
.acritle-information>.title{
	padding: 20px;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	height: 63px;
}
.acritle-information>.content{
	padding: 40px 20px;
	border-bottom: 1px solid #e6e6e6;
}
.acritle-information>.content>input{
/* 	margin-bottom: 20px;
	border-radius: 8px;
    height: 45px;
    line-height: 45px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(206, 206, 206, 0.6);
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(206, 206, 206, 0.6);
    font-size: 14px; */
    margin-bottom: 20px;
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(206, 206, 206, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(206, 206, 206, 0.6);
    font-size: 14px;
}

.acritle-information>.content>#cke_resContent_textarea{
	border-radius:8px;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}

.acritle-information>.footer{
	padding: 30px;
}

.acritle-information>.footer>p:last-child{
	text-align: center;
	padding: 20px;
}
.acritle-information>.footer>p:last-child>a{
    background-color: #ffffff;
    color: #4c4c4c;
    border:1px solid #e6e6e6;
    cursor: pointer;
    border-radius: 4px;
    width: 90px;
}
.acritle-information>.footer>p:last-child>a:first-child{
    background-color: #E95555;
    color: #ffffff;
    border:0px;
    border-radius: 4px;
    width: 90px;
}

.labels>div{
    color: #26a7de;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #D2D2D2;
    min-width: 95px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px 10px;
    text-align: left;
    float: left;
}

.labels>div>i{
	color: #f56c6c;
    cursor: pointer;
    float: right;
}














