@charset "utf-8";
/*头部*/
body{color: #182b33;}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.18);
    background-color: #fff;
    z-index: 10;
}
.mobile-logo{
    display: inline-block;
    font-size: 0;
    height: 42px;
    margin: 5px 0 0 10px;
}
.mobile-logo img{
    height: 100%;
}
.mobile-menu{
    width: 52px;
    height: 100%;
    padding: 14px 10px 0 0;
    color: #4ca6ff;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
}

/*菜单 + 切换*/
.mobile-nav{
    position: fixed;
    top: 0;
    right: -160px;
    width: 160px;
    height: 100%;
    padding: 20px;
    background: #1d1d1d;
    box-sizing: border-box;
    overflow-y: auto;
}
.mobile-nav a{
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #999;
}

.open header,
.open .mobile-nav,
.open .mobile-main,
.open .mobile-footer{
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
}
.m-time{
    transition: transform .3s ease;
}



.bdrb-f5 {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.border-Box {
    box-sizing: border-box;
    float: left;
}
.imgTable {
    display: table;
    text-align: center;
    width: 100%;
    height: 132px;
    font-size: 0;
}
.imgTableCell {
    display: table-cell;
    vertical-align: middle;
    height: 132px;
}
.imgTableCell>img {
    max-width: 50%;
    max-height: 100%;
}
.backf5 {
    background: #f5f5f5;
}
.backfa {
    background: #fafafa;
}
.bd-e8 {
    border: 1px solid #e8e8e8;
}
.btn-details {
    padding: 8px 15px;
    border: 1px solid #e4e4e5;
    color: #e01828;
    display: inline-block;
    border-radius: 4px;
}
.btn-tryOut {
    padding: 8px 15px;
    border: 1px solid #4ca6ff;
    color: #4ca6ff;
    display: inline-block;
    width: 200px;
}
.col666 {
    color: #666 !important;
}
.col4c{color: #4ca6ff!important;}
.border-b4ca{border-bottom: 2px solid #4ca6ff;}

/*移动端-文章内页*/
.mobile-article article{
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}
.mobile-article article img{
    max-width: 100%;
}
.bolder{font-weight: bolder;}
.pt24{padding-top: 24px;}
.pb24{padding-bottom: 24px;}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.backorange {
    background: #c91423;
}
.red {
    color: red!important;
}
.bg-blue {
    background-color: #4ca6ff!important;
}
.securityCode{width:100px;height:40px;line-height:40px;position:absolute;top:5px;right:5px;background:#eaeaea;border-radius:4px;z-index: 1;}
.colf5{color: #f5f5f5;}
.pt13{padding-top: 13px;}
.pb13{padding-bottom: 13px;}
.box-focus .hd ul .on {
    background: #fff;
}
.box-focus .hd ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1563b0;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.mobile-nav .active{color: #4ca6ff;}
.tempWrap {
     height: auto; 
}
.text-justify{text-align: justify;}
.loginSelect{
    position: relative;
}
.loginSelect:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: transparent;
    border-top-color: #959595;
    top: 20px;
    right: 15px;
}