@charset "utf-8";

::-webkit-scrollbar {  
    width: 0;
    background-color: transparent;  
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select option {
    background: #fff;
    color: #333;
}

/* select兼容ie */
.select select {
	display: none;
}
.select ul {
	position: absolute;
    z-index: 99;
    top: 38px;
    left: 0;
    padding: 0 10px;
    width: inherit;
    display: none;
}

.select li {
    margin-top: -1px;
    list-style: none;
    line-height: 30px;
    text-indent: 12px;
    cursor: pointer;
    border: 1px solid #eee;
    background: #fff;
    color: #333;
}

.select li:hover {
	background: #f2f2f2;
}

/*helper*/
.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.m-l-40 {margin-left: 40px;}

/*自定义容器*/
.wrapper-tp2 {
	position: absolute;
	background: #999 url(assets/image/bg-temp02.jpg) no-repeat center/cover;
}
.wrapper-page-tp2 {
    margin: 10% auto 0;
    z-index: 2;
}
.wrapper-page-tp3 {
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -210px;
	margin-bottom: 25px;
}
.wrapper-page-tp4 {
    position: absolute;
    display: table;
    right: 10%;
    margin: -50px 0 0;
    width: 330px;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width: 300px) {

}
@media (max-height: 600px) {
	.wrapper-page-tp4 {
        position: absolute;
        display: table;
        right: 10%;
        margin: -20px 0 0;
        width: 330px;
        height: 100%;
        z-index: 2;
    }
}
@media (max-width: 1200px) {
	.wrapper-page-tp4 {
        position: absolute;
        display: table;
        right: 10%;
        margin: -20px 0 0;
        width: 330px;
        height: 100%;
        z-index: 2;
    }
}
.rcodeImg{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.wrapper-page-tp4 .panel-body {
    display: table-cell;
    vertical-align: middle;
}
.content-page-tp2 {
	margin-left: 0;
}
.content-page-inner {
	position: absolute;
    bottom: 0;
    top: 0;
    width: 400px;
}

/*左下角文字信息*/
.news-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    padding: 10px;
    margin-left: 10px;
    background-clip: padding-box;
    opacity: .95;
}
.news-content {
	overflow: auto;
    max-height: 200px;
}

/*右下角评论信息*/
.comments-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    padding: 10px;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    opacity: .95;
}
.comments-content {
	max-height: 100px;
	min-height: 100px;
	margin-bottom: 10px;
	color:  #fff;
}
.comments-suss {
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -50px;
    padding: 5px 10px;
    width: 100px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, .85);
    z-index: 2;
}

/*leader 2413*/
/*时间轴改评论列表*/
.timeline-tp2 {
	border-left: 0; 
}
.timeline-tp2 .time-item:after {
	display: none;
}
.timeline-tp2 .item-info {
    margin-left: 0;
}

/*自定义输入框*/
.form-control-tp2 {background-color: rgba(0,0,0,.6);color: #fff;}
.form-control-tp2::-moz-placeholder { color: #fff; }
.form-control-tp2::-webkit-input-placeholder { color: #fff; }
.form-control-tp2:-ms-input-placeholder { color: #fff; }
/*.form-horizontal .has-feedback .form-control-feedback { z-index: -1\9;}*/
/*.form-control-feedback.fa-angle-down:before {
    content: "\f107";
    position: absolute;
    z-index: -1000;
    height: 0;
    width: 0;
    left: 100%;margin-left: -5px;
}*/
.select-control-text {
    padding-right: 42.5px;
}
.select-control-text:before {
	content: "\f107";
    position: absolute;
    top: 8px;
    right: 25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*z-index: 1000;*/
}
/*自定义按钮*/
.btn-block-tp2 {
	background: rgba(0,0,0,.6);
}
.btn-block-tp2:hover {
	color: #ccc;
}
.btn-hover {
	position: fixed;
    right: 0;
    top: 70px;
    padding: 3px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    /*writing-mode: tb-rl;*/
   	width: 22px;
    letter-spacing: 2px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.btn-hover:hover {
    background-color: rgba(0,0,0,.8);
}

.btn-click,
.btn-click:focus,
.btn-click:visited,
.btn-click:active,
.btn-click:hover {
	color: #fff;
}
.btn-click:hover {
	cursor: pointer;
}
.btn-click.active,
.btn-click.active:focus,
.btn-click.active:visited,
.btn-click.active:active,
.btn-click.active:hover {
	color: #f60 !important;
}

/*信息弹窗*/
.modal-logo {height: 25px;}
.modal-dialog-tp2 {
	margin: 0 auto;
	width: 80%;
}
.modal .modal-dialog-tp2 .modal-content {
    padding: 10px 25px;
}
.modal .modal-dialog-tp2 .modal-content .modal-body {
    padding: 0;
}
.dl-horizontal-tp2  dt {
    width: 120px;
    margin-bottom: 10px;
}
.dl-horizontal-tp2 dd {
    margin-left: 140px;
}
.JqrcodeBox{
    float:none!important;
    position: relative;
    height: 200px;
}
.JqrcodeBox .codezychen{
    width: 58%;
    height: 97%;
    position: absolute;
    left: 61%;
    top: -7%;
}
.JqrcodeBox .rcodeImg{
    /* width: 60%;
    height: 60%;
    position: absolute;
    left: 10px;
    top: 0; */
    width: 80%;
    height: 90%;
    position: absolute;
    left: 10%;
    top: 0;
}
.JqrcodeBox .Jqrcode-mengban{
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 90%;
    /* padding-bottom: 100%; */
    /* line-height: 200px; */
    background-color: rgba(0, 0, 0, .7);
    text-align:center;
    cursor: pointer;
    z-index: 1000;
    line-height: 100%;
}
.JqrcodeBox .Jqrcode-mengban .Jchao-text{
    /* line-height: 30px; */
    position: absolute;
    top: 33%;
    left: 26%;
    color: white;
    /* color: white; */
    text-align: center;
    vertical-align: middle;
}
.JqrcodeBox .Jqrcode-mengban .Jchao-text .Jchao-text-button{
    display: inline-block;
    background: #f60;
    width: 100%;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    z-index: 19;
    color: #fbfbfb;
    text-decoration: none;
    margin-top:20px;
}

.JqrcodeBox .Jqrcode-mengban .Jchao-img{
    display:inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.JqrcodeBox .Jqrcode-mengban .Jchao-img img{
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
}
/* 客服聊天框 */
#iframe {
    position: absolute;
    width: 40%;
    max-width: 540px;
    height: 400px;
    z-index: 999;
    bottom:-400px;
    right:40px;
    /* visibility: hidden; */
}
#iframe::before {
    content: "\f00d";
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    font-family: 'FontAwesome';
    right:0px;
    top:0px;
    font-size: 16px;
    color: #ccc;
    cursor: pointer;
}
/*1024*/
@media only screen and (max-width: 1280px) {
	.wrapper-page.wrapper-page-tp2,
	.news-block,
	.comments-block {
		width: 300px;
	}
	.wrapper-page-tp4 {
	    right: 30px;
	    width: 300px;
	}
	.form-control {
	    padding: 4px 12px;
	    height: 32px;
    }
    .select ul {
	    top: 32px;
	}
	.fa-2x {
		font-size: 1.5em;
	}
	.modal-dialog-tp2 {
		width: 100%;
	}
	.dl-horizontal-tp2  dt {
	    width: 100px;
    	margin-bottom: 5px;
	}
	.dl-horizontal dd {
	    margin-left: 120px;
	}
	.dl-horizontal dd p {
        margin: 0 0 5px;
	}
}
@media (max-height: 600px) {
	.wrapper-page-tp2 {
		margin: 5% auto 0;
	}
	.btn-hover {
	    top: 20%;
	}
	.news-content {height: 100px;}
	.comments-content{max-height: 100px;min-height: 100px;}
	.form-group {
	    margin-bottom: 10px;
	}
}
