
/*������*/
.register-popup,
.register-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "΢���ź�";
}

.register-popup {
    position: fixed;
    z-index: 999;
    display: none;
}

.register-popup-bg {
    background: #000;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.register-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    background: url("../../images/pc/popup-iconbox.png") no-repeat;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*.register-popup-close:hover {*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/

.pop-con {
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -300px 0 0 -495px;
    /*width: 798px;*/
	width:1000px;
    background: #ebeef1;
}


.pop-con h2 {
    font-size: 24px;
    margin-top: 0;
    color: #336699;
    font-weight: normal;
}
.platform tr{
	border-bottom:1px solid #e5e5e5;
	display:inline-table;
	width:100%;
}
.table-platform td, .table-platform th {
    padding: 10px 0;
    width: 16%;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid  #ebeef1;
    font-size: 16px;
    line-height: 1.6em
}

.table-platform th {
    color: #336699;
    font-size: 18px;
}
.table-platform tr{
	border-bottom:1px solid #ebeef1;
}
.table-platform tr th:nth-child(2){
	border-bottom:2px solid #336699;
}
.table-platform tr th:nth-child(3){
	border-bottom:2px solid #336699;
}
.table-platform tr th:nth-child(4){
	border-bottom:2px solid #336699;
}
.table-platform tr th:nth-child(5){
	color:#e89a2d;
	border-bottom:2px solid #e89a2d;
}
.table-platform tr th:nth-child(6){
	color:#4a7632;
	border-bottom:2px solid #4a7632;
}
.accounttype > p,
.platform > p{
	font-size: 14px;
	color: #333;
}
.accounttype > p a{
	color:#0096dc;
}
.platform tr th:nth-child(2){
	color:#006699;
	border-bottom: 2px solid #006699;

}
.platform tr th:nth-child(3){
	color:#006699;
	border-bottom: 2px solid #006699;

}
.platform tr th:nth-child(4){
	color:#006699;
	border-bottom: 2px solid #006699;

}
td.color1 {
	width:25%;
}

td.color2 {
width:50%;
}



.t-important {
    color: red;
}

.subtable td {
    background: none;
    border: 0;
    text-align: left;
    line-height: 1.8em;
    padding-left: 32px;
}


.left-success{
	float:left;
}
.banner-cf{
	width:460px;
	height:312px;
}
body .conbox{
	max-height: 680px;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top:25px;
	padding:0px 25px 25px 25px;
	border-top:1px solid #ebeef1;
}

.conbox::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.conbox::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.conbox::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

@media (max-width:1366px) {
	.pop-con{
		top:57%;
	}
	.table-platform td, .table-platform th {
		padding: 3px 0;

	}
}
@media (max-width:1024px) {
	.pop-con{
		width:800px;
		margin-left:-400px;
	}
}
    .activity{
        font-size: 16px;
        background: #fff8e5;
        height: 50px;
        line-height: 50px;
        margin-bottom:20px;
        margin-top:20px;
    }
  .activity i{
      display: inline-block;
      width:50px;
      height: 50px;
      background: url(/images/pc/guangbo-m.gif) no-repeat ;
      background-size: 30px 30px;
      position: relative;
      top:7px;
      left:12px;
      vertical-align: middle;
  }
    .activity span{
        color: #ef8800;
    }