/* css */
.TraderList h4, 
.BrokerActivity h4, 
.BrokerFlow h4, 
.brokers-col-brief h4, 
.brokers-col-markettitle h4, 
.brokers-col-flow h4, 
.brokers-col-acctype h4, 
.brokers-col-question h4, 
.platformMes h4{
    font-size: 18px;
    margin-bottom: 8px;
}

.TraderList {
    margin-bottom: 10px;
}
.TraderListdate{
    border: 1px solid #eff0f5;
    border-radius: 2px;
    padding: 10px 16px;
}

.DateTittle{
    width: 70px;
    line-height: 30px;
    color: #666;
}
.DateChoose a{
    float: left;
    margin: 0 6px;
    line-height: 28px;
    padding: 0 6px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}
.TraderListdate .TraderListTable .DateChooseAll{
    display: inline-block;
    border-radius: 4px;
    background: #cc0000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.DateChoose a:hover{
    border: 1px solid #cc0000;
    color: #cc0000;
}
.TraderListTable tbody tr{
    height: 40px;
}
.TraderListdate .TraderListTable .cur{
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #cc0000;
    color: #fff;
    text-align: center;
}
.TraderList-search{
    background: #eff0f5;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 8px;
}
.TraderList-search a{
    float: left;
    color: #333;
    margin: 0 24px;
    cursor: pointer;
}
.arrow-up{
    background: url(../images/up.png) no-repeat;
    display: block;
    width: 9px;
    height: 4px;
    margin-bottom: 4px;
}
.arrow-down{
    background: url(../images/down.png) no-repeat 1px 0;
    display: block;
    width: 9px;
    height: 4px;
}
.sort-arrows{
    margin: 14px 0 0 6px;
}
.moren:hover{
    color: #14609b;
}
.arrow-up:hover{
    background: url(../images/uphover.png) no-repeat;
    display: block;
    width: 9px;
    height: 4px;
}
.arrow-down:hover{
    background: url(../images/downhover.png) no-repeat 1px 0;
    display: block;
    width: 9px;
    height: 4px;
}
.upcur  {
    background: url(../images/upchoose.png) no-repeat;
    display: block;
    width: 9px;
    height: 4px;
}

/* 交易商列表 */
.broker-rebate{
    padding-bottom: 40px;
}
.broker-rebate .list{
    width: 100%;
    height: 156px;
    border: 1px solid #eee;
    padding: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.broker-rebate .list:hover{
    border-color: #e8222d;
}
.list .broker{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}
.list .broker .rebatelogo{
    width: 200px;
    height: 90px;
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
}
.list .broker .rebatelogo > a{
    display: table-cell;
    width: 200px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.list .broker .rebatelogo > a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list .broker .rebatelogo:hover{
    border-color: #e8222d;
}
.list .broker h3{
    color: #ff8f0e;
    font-size: 16px;
}
.list .rebateCont{
    width: 160px;
    margin-right: 10px;
    margin-top: -4px;
}
.list .rebateCont > p,
.list .rebateCycle > p{
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 6px;
}
.list .rebateCont > p > b,
.list .rebateCycle > p > b{
    font-size: 15px;
}
.list .rebateCycle{
    width: 230px;
    margin-top: -4px;
    margin-right: 10px;
}
.list .brcontent{
    width: 390px;
    margin-top: -6px;
    margin-right: 40px;
}
.list .brcontent > p{
    line-height: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list .brcontent .value > span{
    display: inline-block;
    margin-right: 16px;
}
.list .brcontent .value > span:last-child{
    margin-right: 0;
}
.list .brcontent .value > span > b{
    font-size: 18px;
    color: #e8222d;
}
.list .look{
    width: 80px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e8222d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #e8222d;
    margin: 40px 0;
}
.list .look:hover{
    background-color: #e8222d;
    color: #fff;
}

/* 交易商详情 */
.borker-bannerheight{
    position: relative;
    height: 420px;
    margin-top: -16px;
    overflow: hidden;
}
.borker-bannerimg{
    position: absolute;
    left: 50%;
    margin-left: -950px;
    height: 298px;
    width: 1900px;
}
.borker-introd{
    width: 1170px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -585px;
    z-index: 10;
    height: 182px;
}
.borker-info{
    width: 468px;
    height: 170px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #eff0f5;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 10px;
    
}
.borker-infoimg{
    display: table-cell;
    width: 130px;
    height: 70px;
    vertical-align: middle;
}
.borker-infoimg img{
    width: 120px;
    height: auto;
    vertical-align: middle;
}
.borker-infobox{
    width: 300px;
    height: 90px;
    margin-left: 10px;
}
.brokerage{
    color: #cc0000;
    margin: -6px 0 5px 0;
}
.brokerage>span:first-of-type{
    font-size: 26px;
}
.brokerage>span:last-of-type{
    font-size: 14px;
}
.dingandcai{
    width: 230px;
    height: 34px;
    background: #57a1da;
}
.dingandcai ul{
    margin: 6px;
}
.dingandcai li{
    float: left;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.dingicon{
    background: url(../images/ding.png) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
}
.dingicon:hover{
    background: url(../images/dinghover.png) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
}
.caiicon{
    background: url(../images/cai.png) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
    margin-top: 2px;
}
.caiicon:hover{
    background: url(../images/caihover.png) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
}
.ding{
    width: 95px;
    margin-left: 5px;
}
.cai{
    width: 100px;
    margin-left: 10px;
}
.ding>span,
.cai>span{
    margin-left: 5px;
}
.borker-infobottom a{
    display: inline-block;
    width: 136px;
    height: 36px;
    line-height: 34px;
    border: 1px solid transparent;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
    margin: 0 6px;
    text-align: center;
}
.borker-infobottom .openaccount{
    background: #cc0000;
    color: #fff;
}
.borker-infobottom .officiallink{
    border-color: #ed7102;
    color: #ed7102;
}
.borker-infobottom .bbsalter{
    border-color: #e8222d;
    color: #e8222d;
    cursor: text;
}
.borker-accountform{
    width: 680px;
    height: 170px;
    border: 2px solid #eff0f5;
    background: #fff;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 2px;
}
.borker-accountformtable{
    margin: 10px 15px;
}
.borker-accountformtable thead tr th{
    color: #333;
    text-align: left;
    height: 36px;
    font-weight: 600;
}
.borker-accountformtable tbody tr td{
    font-size: 14px;
    text-align: left;
    height: 27px;
    color: #333;
}
.borker-accountformtable .redmark{
    color: #cc0000;
}
.borker-accountformtable .orangecolor{
    color: #ed7102;
}
.borker-accountformtable>tbody>tr>td:nth-child(1){
    width: 25%;
}
.borker-accountformtable>tbody>tr>td:nth-child(2),
.borker-accountformtable>tbody>tr>td:nth-child(3),
.borker-accountformtable>tbody>tr>td:nth-child(4),
.borker-accountformtable>tbody>tr>td:nth-child(5),
.borker-accountformtable>tbody>tr>td:nth-child(6){
    width: 15%;
}
.brokers-col-left{
    width: 687px;
}

/* 交易商简介 */
.brokers-col-briefcont{
    border: 1px solid #eff0f5;
    padding: 12px 20px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.brokers-col-flow-list{
    line-height: 26px;
}
.brokers-col-briefcont > p{
    color: #333;
    
}
.brokers-col-briefcont-link{
    color: #1377c5;
}
.brokers-col-briefcont-link:hover,
.brokers-col-briefcont-link3 li a:hover{
    text-decoration: underline;
}
.brokers-col-briefcont-link3{
    margin-top: 4px;
}
.brokers-col-briefcont-link3 li{
    float: left;
    margin-bottom: 8px;
}
.brokers-col-briefcont-link3 li a{
    color: #cc0000;
    margin-right: 20px;
    font-size: 15px;
}
.brokers-col-briefcont-skiplink a{
    float: left;
    color: #ff8f0e;
    border: 1px solid #ff8f0e;
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 20px;
}
.brokers-col-briefcont-skiplink a:hover{
    color: #cc0000;
    border: 1px solid #cc0000;
}
.brokers-col-markettitle span{
    color: #666;
}
.brokers-col-markettitle > a{
    color: #1377c5;
    margin-top: 5px;
}
.brokers-col-markettitle>a:hover{
    color: #cc0000;
}

/* 交易实时点差 */
.brokers-col-market{
    margin-bottom: 20px;
}

/* 返现及说明流程 */
.brokers-col-flow-cont{
    border: 1px solid #eff0f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 20px 20px;
    margin-bottom: 20px;
}
.brokers-col-flow-otherlist{
    line-height: 32px;
    font-size: 15px;
}
.brokers-col-flow-list p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.brokers-col-flow-list p a:hover{
    text-decoration: underline;
}

.brokers-col-flow-otherlist>p:last-of-type>a:hover{
    color: #cc0000;
}

.brokers-col-acctype-cont,
.brokers-col-questioncont,
.platformMes-cont{
    border: 1px solid #eff0f5;
    border-radius: 2px;
    margin-bottom: 20px;
}
.acctype-tabtitle{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.acctype-tabtitle li{
    float: left;
    margin-right: 40px;
}
.acctype-tabtitle li a{
    color: #333;
    font-size: 15px;
    cursor: pointer;
}
.acctype-tabtitle li a:hover{
    color: #e8222d;
}
.acctype-tabtitle .choose a{
    position: relative;
    color: #e8222d;
    padding: 0 12px;
}
.acctype-tabtitle .choose a:after{
    background: #e8222d;
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
}
.acctype-tabform{
    padding: 8px 0;
}
.acctype-tabform-table{
    padding: 15px;
    color: #333;
}
.acctype-tabform-table .tf>span:first-of-type{
    width: 75px;
    color: #666;

}
.acctype-tabform-table .tf>span:last-of-type{
    width: 240px;
}
.acctype-tabform-table tbody tr td{
    width: 50%;
    padding: 0 12px;
    line-height: 26px;
}
.clientquestion ul{
    padding: 15px;
}
.clientquestiontxt{
    font-size: 14px;
    color: #333;
    width: 490px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clientquestion ul li time{
    color: #666;
    background: url(../images/time.png) no-repeat 0 6px;
    padding-left: 20px;
}
.clientquestion ul li{
    line-height: 24px;
}
.clientquestion ul li .num{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #cc0000;
    border-radius: 2px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}
.brokers-col-right{
    width: 466px;
}
.platformMes-cont ul{
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
}
.platformMes-cont ul li{
    color: #333;
}
.platformMes-cont ul li em{
    color: #999;
}

