@charset "utf-8";
.wapper{width:1000px;margin:0 auto}
.fl{float:left}
.fr{float:right}

.mt{margin-top:20px}
.col-1{width:8.33%}
.col-2{width:16.67%}
.col-3{width:25%}
.col-4{width:33.33%}
.col-5{width:41.67%}
.col-6{width:49.99%}
.col-8{width:66.67%}
.col-9{width:75%}
.col-35{width:35.33%}
.text-blue{color:#005eca}
.text-red{color:#e80109}
.text-gray{color:#999999}
.text-orange{color:#fe8800}
.text-green{color:#39b44a}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-indent{text-indent:2em}
.bg-lightblue{background-color:#e8f3fe}


.btn{font-size:16px;height:35px;line-height:33px;text-align:center;display:inline-block;padding:0 1em;box-sizing:border-box}
.btn.btn-sm{font-size:14px;height:26px;line-height:24px;border-radius:4px}
.btn.btn-blue{background:#0064c4;color:#ffffff;border:1px solid #0064c4}
.btn.btn-orange{background:#ff8600;color:#ffffff;border:1px solid #ff8600}
.btn.btn-gray{background:#b3b3b3;color:#ffffff;border:1px solid #b3b3b3}
.btn.btn-link{color:#0061c7;text-decoration:underline;font-size:14px;min-width:0;height:auto;line-height:1}
.btn.btn-fz-12{font-size:12px;}


.index-page{
	position: relative;
	min-height: 100%;
    background-color: #f8f8f8;
}

.header-other {
    padding: 24px 0;
    background-color: #fff;
}

.header-other>.wapper{
    position: relative;
    text-align: right;
}

.header-other .logo{
	width: 386px;
    height: 40px;
    position: absolute;
    left: 0;
}

.header-other h3 {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.header-other h3 i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/index-icon.png) no-repeat;
    background-position: -186px 0;
    position: relative;
    top: 2px;
}

.header-other h3 span {
    vertical-align: top;
}

.header-other h3 b {
    color: #0064c4;
    margin-left: 10px;
    font-size: 18px;
    vertical-align: top;
}
.header-other h3 .user-info {
    position: absolute;
    right: 0;
    bottom: -26px;
    font-size: 13px;
    font-weight: normal;
}
.nav{
	background: #0064c4;
}

.nav>ul>li {
    width: 110px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    float: left;
    position: relative;
    cursor: pointer;
}

.nav>ul>li:first-child {
    letter-spacing: 10px;
}

.nav>ul>li:after {
    content: '';
    display: inline-block;
    height: 14px;
    width: 2px;
    vertical-align: middle;
    background: url(../img/nav-line.png) no-repeat;
    position: absolute;
    right: 0;
    top: 20px;
}

.nav ul li:hover,.nav ul li.active{
    background:#0b3f8d;
}
.nav>ul>li:hover:after,.nav>ul>li.active:after{
	content: ''; display: inline-block; height:0px; width:0px;
}

.nav>ul>li.hovernext:after,.nav>ul>li.activenext:after{
	content: ''; display: inline-block; height:0px; width:0px;
}


.nav>ul>li a {
    color: #ffffff;
    padding: 14px 0;
    display: block;
    line-height: initial;
}

.footer{
	background: #e6e6e6;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.footer.min{
    position: absolute;
    bottom: 0;
}

.footer .bottom-nav{
    border-bottom: 1px solid #cfcfcf;
}

.footer .bottom-nav>ul {
    width: 880px;
    margin: 0 auto;
    padding: 16px 0;
}

.footer .bottom-nav>ul>li {
    float: left;
    width: 108px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-left: 1px solid #cfcfcf;
}

.footer .bottom-box{
	padding: 6px 0;
}

.footer .bottom-box>li{
	color: #999999;
    text-align: center;
    line-height: 22px;
}

.top-tit {
    font-size: 14px;
    line-height: 52px;
    height: 52px;
    font-weight:normal;
    width: 1000px;
    margin: 0 auto;
}

.top-tit a{
    color: #333333;
    transition: all 0.3s linear;
}

.top-tit a:hover{
    color:#0061c7;
    transition:all 0.3s linear;
}

.left-menu {
    width: 178px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    transition: all 0.3s linear;
}

.left-menu .tit {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: normal;
}

.left-menu .tit i {
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #0061c7;
    position: absolute;
    left: 0;
    top: 9px;
}

.left-menu li {
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s linear;
}

.left-menu li a {
    padding-left: 20px;
    display: block;
    color: #333333;
}

.left-menu li .icon-rights {
    visibility: hidden;
    width: 5px;
    height: 8px;
    background: url(../img/right-s.png) no-repeat;
    position: relative;
    top: 16px;
    right: 5px;
    font-size: 14px;
    color: #0061c7;
    float: right;
    margin-right: 15px;
    transition: all 0.3s linear;
    opacity:0;
}

.left-menu li:hover,.left-menu li.active {
    background: #e8f3fe;
    color: #0061c7;
}

.left-menu li:hover a,.left-menu li.active a {
    color: #0061c7;
}

.left-menu li:hover .icon-rights,.left-menu li.active .icon-rights {
    visibility: visible;
    opacity:1;
}

.right-box{
  width: 798px;
}

.search-form,.data-form{
    padding: 30px 0;
    font-size: 14px;
}

.search-form>div,.data-form>div{
    padding: 5px;
}

.search-form label{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    width: 75px;
    text-align: right;
}

.data-form label{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
/*
.search-form .static-content,.data-form .static-content{
    line-height: 35px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}*/

.search-form .static-content,.data-form .static-content{
    line-height: 35px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}
.data-form .openacco-select{
    margin: 0 10px;
}
.register-btn{
    font-size: 16px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    padding: 0 1em;
    box-sizing: border-box;
}

.search-form select,.data-form select{
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
    color: #333333;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../img/select-icon.png) no-repeat scroll 97% center transparent;
    padding-right: 25px;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.search-form select::-ms-expand,.data-form select::-ms-expand{
    color: #fff;
    font-size:20px;
    padding:5px 9px;
    background: #0054a7;
}

.search-form select.date,.data-form select.date{
    background-image: url(../img/calendar-icon.png);
}

.search-form select:hover,.data-form select:hover{
    border-color: #aaa;
    background-image: url(../img/select-icon-active.png);
}

.search-form select.date:hover,.data-form select.date:hover{
    background-image: url(../img/calendar-icon-active.png);
}

.data-form .register-input,
.data-form .register-password{
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
    color: #333333;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.data-form .register-input:hover,
.data-form .register-password:hover{
    border-color: #aaa;
}
.data-form .register-authimg{width: 77px;  height: 35px;margin-right:10px;}

.register-error-tip{position: absolute;margin-top:10px;}
.openacco-error-tip{position:absolute;margin-top:5px;left:33%;}
.data-form .open-right{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-select{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-select-branch{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-select-crs{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-select-ts{float:left;width:70%;height:auto;line-height: 35px;}
.data-form .open-right-span{float:left;margin:0 10px;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-ts-1{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-enddate{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-ts-2{float:left;margin:0 10px;width:70%;}
.data-form .open-right-radio{float:left;margin:0 10px;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-password{float:left;width:70%;height:35px;line-height: 35px;}
.data-form .open-right-password .passwrod-custom{width:250px;height:35px;line-height: 35px;background-color: #fff;}
.data-form .open-right-password .onError{position: absolute;left:40%;margin-top:-33px;}
.data-form .open-right-enddate .onError{position: absolute;left:59%;margin-top:-33px;}
.data-form .open-right-ts-1 .onError{position: absolute;left:52%;}
.data-form .open-right-select .onError{position: absolute;left:52%;margin-top:-33px;}
.data-form .open-right-select-ts .onError{position: absolute;left:66%;margin-top:-33px;}
.data-form .open-right-select-crs .tong-error{position: absolute;left:60%;margin-top:-38px;background-position-y: 10px;}
.data-form .open-right-select-ts .tong-error{position: absolute;left:66%;margin-top:-38px;background-position-y: 10px;}
.data-form .open-right-enddate .tong-error{position: absolute;  left: 55%; margin-top: -38px; background-position-y: 10px;}
.data-form .open-right-ts-1 .tong-error{position: absolute;  left: 59%; margin-top: -38px; background-position-y: 10px;}
.data-form .open-right-select-branch .onError{position: absolute;left:74%;margin-top:-35px;}
.data-form .open-right-select-branch .tong-error{position: absolute;left:66%;margin-top:-35px;background-position-y: 10px;}
.data-form .open-right .onError{position: absolute;left:40%;margin-top:-33px;}
.data-form .pd-b-25{padding-bottom:25px;}
.data-form .open-right-ts-1 .hs-tong-input{background-color:#fff;}
.data-form .tong-select .chosen-container-single .chosen-single{font-size:14px;}
.fz-12{font-size:12px;}
.search-form input[type="text"],
.search-form input[type="password"],
.data-form input[type="text"],
.data-form input[type="password"]{
    margin: 0 10px;
    min-width: 160px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
    color: #333333;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

.search-form input[type="text"]:hover,
.search-form input[type="password"]:hover,
.data-form input[type="text"]:hover,
.data-form input[type="password"]:hover{
    border-color: #aaa;
}

.search-form .form-footer,.data-form .form-footer{
    text-align: center;
    margin-top: 20px;
}

.data-form label .require{
   vertical-align: middle;
   margin: 0 5px;
   color: #EB3E44;
}

.data-form .input-group{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    line-height: 35px;
}

.data-form .input-group input[type="text"],
.data-form .input-group input[type="password"]{
    width: 55%;
    margin: 0;
    min-width: 0;
    box-sizing: border-box;
}

.data-form .input-group .btn{
    font-size: 14px;
    vertical-align: top;
    height: 35px;
    display: inline-block;
    width: 45%;
    min-width: 0;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin-left: -5px;
    box-sizing: border-box;
}

.data-form .warning-text{
    color:#0064c4;
}

.data-form hr{
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin: 25px 0;
}

.data-form.trading-form{
    padding: 20px 40px;
    margin: 0;
}

.trading-form .form-title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.trading-form .form-title:first-child{
    margin-top: 0;
}


.trading-form .form-list{
    border:1px solid #e6e6e6;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}


.trading-form .form-list li{
     padding: 8px;
     border-top: 1px solid #e6e6e6;
     line-height: 26px;
}

.trading-form .form-list li:first-child{
     border-top: none;
}

.trading-form .form-list-title{
    background-color: #f8f8f8;
}

.trading-form .form-list .data-time{
     line-height: 15px;
     margin-top: -10px;
     padding-top: -16px;
     position: relative;
     top: 5px;
}

.trading-form .form-list.question{
    text-align: left;
}

.trading-form .form-list.question li div{
    padding: 0px 20px;
    line-height: 3em;
}

.trading-form .bank-card img{
    width: 20px;
    vertical-align: middle;
    margin-right:5px;
}

.trading-form .bank-card-desc{
    font-size: 12px;
}

.trading-form .preview-title{
    text-align: center;
    margin:15px;
    font-size: 18px;
    color: #0061c7;
    font-weight: bold;
}

.trading-form .preview-table{
    width: 75%;
    margin: 0 auto;
}

.trading-form .preview-table.lg{
    width: 100%;
    line-height: 1.5;
}

.trading-form .preview-table th,.trading-form .preview-table td{
    border: 1px solid #e6e6e6;
    background-color: #ffff;
    padding: 10px 15px;
    text-align: left;
    font-weight: normal;
}

.trading-form .preview-table th{
    background-color: #f8f8f8;
}

.trading-form .trading-tips{
    margin: 25px 0;
}

.trading-form .trading-tips h3{
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.trading-form .trading-tips p{
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
}

/*.form input[type='text'],
.form input[type='password'],
.form select{
    min-width: 0;
    width: 100%;
}*/

.tab-top {
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-bottom: 2px solid #0061c7;
    position: relative;
}

.tab-top li {
    text-align: center;
    border-right: 1px solid #e6e6e6;
    float: left;
    font-size: 14px;
}

.tab-top li a {
    display: block;
    height: 40px;
    color: #333333;
    padding: 0 20px;
    min-width: 5em;
}

.tab-top li.active a {
    background: #0061c7;
    color: #ffffff;
}

.tab-top .tab-top-form{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.tab-top .tab-top-form>div{
    padding: 2px;
}

.tab-title{
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0 20px;
}

.tab-table{
    width: 100%;
    font-size: 14px;
}

.tab-table.border{
    border: 1px solid #e6e6e6;
}

.tab-table.border thead{
    border-bottom: 1px solid #e6e6e6;
}

.tab-table th,.tab-table td{
    text-align: center;
    padding:15px 0;
}

.tab-table tr:nth-child(even),.tab-table thead tr{
    background-color: #f8f8f8;
}

.tab-pager{
    border-top: 1px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
}

.tab-pager a{
    margin: 0 5px;
}

.tab-pager a:hover{
    color: #0061c7;
}


.account-step{
    height: 75px;
}

.account-step .step-text{
    height: 100%;
    width: 27%;
    position: relative;
    font-size: 18px;
    color: #e6e6e6;
    cursor: pointer;
}

.account-step .step-text i{
    background: url(../img/step.png) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20%;
}

.account-step .step-text span{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 25px;
    left: 42%;
}

.account-step .step-text.active i{
    background-image: url(../img/step-active.png);
}

.account-step .step-text.active span{
    color:#0061c7;
}

.account-step .step-arrow{
    background: url(../img/step-arrow.png) no-repeat center;
    height: 100%;
}

.panel{
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.panel:last-child{
  margin-bottom: 0;
}

.panel .panel-title{
    line-height: 60px;
    border-bottom: 2px solid #0061c7;
    position: relative;
}

.panel .panel-title.gray-border{
   border-bottom: 1px solid #e6e6e6;
}

.panel .panel-title .title-text{
    font-size: 18px;
    color: #0061c7;
    margin: 0 10px 0 20px;
}

.panel .panel-title .title-split{
    font-size: 20px;
    color: #e0e0e0;
}

.panel .panel-title .subtitle-text{
    font-size: 16px;
    color: #a8a8a8;
    margin: 0 5px 0 10px;
}

.notice-panel{
    text-align: center;
    padding: 30px 0;
}

.notice-panel .notice-title{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.notice-panel h3{
    font-weight: bold;
    font-size: 18px;
    margin: 25px;
}

.notice-panel .panel-content{
    margin: 30px;
    font-size: 14px;
    line-height: 20px;
}

.bank-row{
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.bank-row:last-child{
    border-bottom: none;
}

.bank-row .bank{
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    color: #333333;
    line-height: 25px;
}

.bank-row .bank:last-child{
    border-right: none;
}

.bank .bank-logo {
    height: 35px;
    line-height: 35px;
}

.bank .bank-logo img {
    height: 40px;
    vertical-align: middle;
}

.bank .bank-info{
    margin-top:20px;
}

.bank .bank-info p {
    font-size: 14px;
}

.bank .product-name{
    font-size: 18px;
}

.bank .product-info{
    margin: 10px 0 20px 0;
}

.bank .rate-title{
    text-align: center;
}

.bank .rate{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.help-list{
    line-height: 25px;
}

.form>div{
    padding: 0 0 10px 0;
}

.card{
    border: 1px solid #e6e6e6;
    margin: 10px;
    border-radius: 4px;
    height: 190px;
    box-sizing: border-box;
}

.card .card-title{
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.card .card-title img{
    height: 40px;
    vertical-align: middle;
    margin:0 10px 0 20px;
}

.card .card-title small{
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 20px;
}

.card .card-code{
    font-size: 30px;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.card .card-footer{
    text-align: right;
    margin: 10px;
}

.card.card-new{
    background: #F0EFF5;
    line-height: 190px;
    text-align: center;
    font-size: 30px;
}

.my-info{
    padding: 30px;
}

.my-info .info-name{
    font-size: 18px;
    margin: 20px;
    margin-bottom: 10px;
}

.my-info .info-edit{
    margin-left: 20px;
    margin-top: 10px;
}

.my-info .login-info{
    line-height: 20px;
    margin: 5px;
    width: 500px;
    padding-left: 50px;
    border-left: 1px solid #e6e6e6;
}

.my-notice{
    line-height: 40px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 30px;
}

.my-notice span{
    font-size: 14px;
    margin-left: 10px;
}

.my-funds .title,.my-card .title{
    font-size: 18px;
    color: #0061c7;
    margin:25px 30px;
}

.my-funds .title>span,.my-card .title>span{
    border-bottom: 2px solid #0061c7;
    padding-bottom: 5px;
}

.my-funds{
    background-color: #f1f8ff;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    box-sizing: border-box;
    height: 125px;
}

.my-card{
    background-color: #fff3e6;
    border-bottom:1px solid #e6e6e6;
    box-sizing: border-box;
    height: 125px;
}

.my-funds .content,.my-card .content{
    padding: 10px 30px;
    line-height: 26px;
}

.my-funds .content dt,.my-funds .content dd,.my-card .content dt,.my-card .content dd{
    margin-bottom: 10px;
    font-size: 14px;
}

.my-funds .content dt,.my-card .content dt{
    margin-right: 5px;
    font-weight: bold;
}

.layout-table{
    width: 100%;
    display: table;
    font-size: 14px;
}

.layout-table>div{
    display: table-cell;
    vertical-align: top;
}

.layout-table.padding>div{
    padding: 25px;
}

.layout-table.border>div{
    border-right: 1px solid #e6e6e6;
}

.layout-table>div:last-child{
    border-right: none;
}

.number-group{
    margin-bottom: 15px;
}

.number-group h2{
    font-size: 40px;
    margin-top: 10px;
}

.number-group h2 small{
    font-size: 20px;
}

.cash-way{
    position: relative;
    width: 210px;
    box-sizing:border-box;
}

.cash-way:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-top: 28px solid #e6e6e6;
    position: absolute;
    right: 0;
    display: none;
}

.cash-way:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:url(../img/right-icon.png) no-repeat right top;
    background-size:18px;
    top: 0;
    left: 0;
    display: none;
}

.cash-way.active:before,.cash-way.active:after{
    display: block;
}

.cash-way .cash-way-title{
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    font-weight: bold;
    box-sizing:border-box;
}

.cash-way .cash-way-desc{
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    box-sizing:border-box;
}

.cash-way.cash-way-blue .cash-way-desc{
    background-color: #f1f8ff;
    border-color:#b9d2ea;
    color: #005eca;
}

.cash-way.cash-way-blue:before{
    border-top: 28px solid #0064c4;
}

.cash-way.cash-way-orange:before{
    border-top: 28px solid #ff8600;
}

.cash-way.cash-way-orange .cash-way-desc{
    background-color: #fff3e6;
    border-color:#f1c18b;
    color: #ff8600;
}

.banner-login{
    height: 400px;
    background: url(../img/banner-login.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.banner-login .banner-nav{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.banner-login .banner-nav a{
    background: url(../img/banner-nav.png) no-repeat center;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 2px;
}

.banner-login .banner-nav a.active{
    background-image: url(../img/banner-nav-active.png);
}

.login-block{
    width: 288px;
    margin-right: 0;
    margin-left: auto;
    background-color: rgba(255,255,255,.9);
}

 .login-top{
    height: 6px;
    background: url(../img/login-block-top.png) no-repeat center;
    background-size: 100%;
}

.login-center{
    /*height: 250px;*/
    padding:20px;
    padding-bottom: 0;
    border-right: 1px solid #e9d6d6;
    border-left: 1px solid #e9d6d6;
}

.login-block .login-bottom{
    height: 94px;
    border: 1px solid #e9d6d6;
    background-color: rgba(255,255,255,.8);
}

.login-block .login-form{
    padding: 20px;
    line-height: 1.5;
}

.login-block .login-title{
    font-size: 16px;
    font-weight: bold;
}

.login-form .form-group{
    margin-bottom: 12px;
}

.login-form .input-text{
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color:#fff;
    line-height: 35px;
    padding: 0 10px;
    box-sizing:border-box;
}

.login-form .input-text.user{
    background-image: url(../img/login-user-icon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 35px;
}

.login-form .input-text.psw{
    background-image: url(../img/login-psw-icon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 35px;
}


/*渠道*/
.channels-list{font-size: 12px;}
.channel-icon-1{display:block;background:url(../img/channel-icon-1.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-2{display:block;background:url(../img/channel-icon-2.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-3{display:block;background:url(../img/channel-icon-3.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-4{display:block;background:url(../img/channel-icon-4.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-5{display:block;background:url(../img/channel-icon-5.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-6{display:block;background:url(../img/channel-icon-6.png) no-repeat center;width:25px;height:25px;margin:8px auto}

.btn-login{
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #0e64c4;
    color: #fff;
    padding: 8px 0;
    border-bottom: 3px solid #0b3f8d;
}
.btn-register{
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #0e64c4;
    padding: 8px 0;
    border:3px solid #0e64c4;
    border-bottom: 3px solid #0b3f8d;
}

.channels-title{
    margin-top: 10px;
}

.channels-list a{
    display: inline-block;
    margin: 5px;
}

.notice-block{
    line-height: 40px;
}

.login-nav{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: 275px;
}

.login-nav>div{
   position: relative;
}

.login-nav .login-nav-border{
    position: absolute;
    right: -1px;
    top: 20%;
    height: 60%;
    width: 2px;
    background-color: #f5f5f5;
}

.login-nav-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.login-nav-desc{
    line-height: 1.2;
}

.login-nav-desc p{
    margin-bottom: 5px;
}

/***************追加*****************/
.warning-list {
    line-height: 1.5;
}
.warning-list>li {
    margin-bottom: .5em;
    position: relative;
}
.warning-list i {
    position: absolute;
    top: 0;
    left: 0;
}
.warning-list .warning-content{
    margin-left: 2em;
}

.warning-list .warning-content>p{
    margin-bottom: .5em;
}

.page-warning {
    padding: 20px;
}
.page-warning .warning-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0061c7;
}
.page-warning .tab-table {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dialog-warning {
    position: fixed;
    top: 10vh;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background-color: #fff;
    z-index: 3;
    display: none;
    max-height: 80%;
}

.dialog-warning.small {
    width: 460px;
    margin-left: -230px;
}

.dialog-warning .dialog-title {
    padding: 20px 0;
    margin: 0 20px;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.dialog-warning .dialog-footer {
    padding: 12px 0;
    margin: 0 20px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.dialog-warning .dialog-content {
    overflow: auto;
    padding: 20px;
}

.dialog-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .6);
}

.remittance-block {
    padding: 0!important;
    margin-top: 10px;
}

.remittance-block .form-list {
    margin-bottom: 10px;
}

.bank-wrapper {
    padding: 15px;
}

.bank-block {
    margin: 15px;
    border: 1px solid #e6e6e6;
    position: relative;
    height: 50px;
    cursor: pointer;
}

.bank-block img{
    height: 35px;
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 3;
}

.bank-block .bank-border {
    position: absolute;
    width: 100%;
    height: 66px;
    left: -1px;
    top: -1px;
    border: 1px solid #0061c7;
    border-bottom-color: #fff;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.bank-block.active {
    border-color: #fff;
}

.bank-block.active .bank-border {
    display: block;
}

.bank-details {
    border: 1px solid #0061c7;
    margin: 0 15px;
    padding: 10px;
    clear: both;
}

.bank-channel {
    padding: 10px;
    cursor: pointer;
}

.bank-channel.hover {
    background-color: #f1f8ff;
}

.bank-channel p {
    font-size: 14px;
    margin-bottom: 15px;
}
.register-form {
    width: 600px;
    margin: 0 auto 20px auto;
}

.register-form .form-title {
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
}

.register-form>div>* {
    display: inline-block;
    vertical-align: middle;
}

.auth-link {
    width: 78px;
    height: 33px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    line-height: 33px!important;
    text-align: center;
}

.auth-input {
    min-width: 0;
    width: 151px;
}

.tips-icon{background:url(../img/tips-icon.png) no-repeat center;display:inline-block;width:20px}
.warning-icon{background:url(../img/warning-icon.png) no-repeat center;display:inline-block;width:20px}
.slide-icon{background:url(../img/panel-slide.png) no-repeat center;display:inline-block;width:30px;position:absolute;right:20px;transition:all 0.2s linear}
.slide-icon.active{transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);filter:flipv}
.radio-icon{background:url(../img/radio.png) no-repeat center;display:inline-block;width:20px}
.radio-icon.active{background:url(../img/radio-active.png) no-repeat center;display:inline-block;width:20px}
.checkbox-icon{background:url(../img/checkbox.png) no-repeat center;display:inline-block;width:20px}
.checkbox-icon.active{background:url(../img/checkbox-active.png) no-repeat center;display:inline-block;width:20px}
.success-icon{background:url(../img/success-icon.png) no-repeat center;display:inline-block;width:20px}
.fail-c-icon{background:url(../img/file-icon.png) no-repeat center;display:inline-block;width:20px}
.sigh-icon{background:url(../img/sigh-icon.png) no-repeat center;display:inline-block;width:20px}
.add-icon{background:url(../img/add-icon.png) no-repeat center;display:inline-block;width:20px}
.question-icon{background:url(../img/question-icon.png) no-repeat center;display:inline-block;width:20px}
.answer-icon{background:url(../img/answer-icon.png) no-repeat center;display:inline-block;width:20px}
.add-card-icon{background:url(../img/add-icon1.png) no-repeat center;display:inline-block;width:40px}
.add-icon2{background:url(../img/add-icon2.png) no-repeat center;display:inline-block;width:20px}
.card-icon{background:url(../img/card-icon.png) no-repeat center;display:inline-block;width:25px;height:26px;margin-right:5px}
.card1-icon{background:url(../img/card1-icon.png) no-repeat center;display:inline-block;width:25px;height:26px;margin-right:5px}
.notice-icon{background:url(../img/notice-icon.png) no-repeat center;display:inline-block;width:20px}
.notice-icon-red{background:url(../img/notice-icon-red.png) no-repeat center;display:inline-block;width:25px}
.power-icon{background:url(../img/power-icon.png) no-repeat center;display:inline-block;width:25px;height:26px;margin-right:5px}

.channel-icon-1{display:block;background:url(../img/channel-icon-1.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-2{display:block;background:url(../img/channel-icon-2.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-3{display:block;background:url(../img/channel-icon-3.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-4{display:block;background:url(../img/channel-icon-4.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-5{display:block;background:url(../img/channel-icon-5.png) no-repeat center;width:25px;height:25px;margin:8px auto}
.channel-icon-6{display:block;background:url(../img/channel-icon-6.png) no-repeat center;width:25px;height:25px;margin:8px auto}

.ui-select-input{background:url(../img/select-icon.png) no-repeat 97%}
.ui-select-input:hover{background-image:url(../img/select-icon-active.png)}
.ui-select-input.date{background-image:url(../img/calendar-icon.png)}
.ui-select-input.date:hover{background-image:url(../img/calendar-icon-active.png)}
.ui-select-board{display:none;border:1px solid #e6e6e6;position:absolute;margin:0 10px;box-sizing:border-box;line-height:35px;background-color:#ffffff;z-index:3; max-height: 300px; overflow-y: auto;}
.ui-select-option{padding-left:5px;cursor:pointer}
.ui-select-option.hover{color:#fff;background:#0064c4}
.checkbox-label{position:relative}
.checkbox-label>i{background:url(../img/checkbox.png) no-repeat center #fff;display:inline-block;width:20px;position:absolute;top:0;left:0}
.checkbox-label .active{background:url(../img/checkbox-active.png) no-repeat center #fff}
/*.checkbox-label>input:checked+i{background:url(../img/checkbox-active.png) no-repeat center #fff}*/
.radio-label{position:relative;line-height:26px!important;height:26px!important}
.radio-label>i{background:url(../img/radio.png) no-repeat center #fff;display:inline-block;width:20px;position:absolute;top:0;left:0}
.radio-label>input:checked+i{background:url(../img/radio-active.png) no-repeat center #fff}

/*wanghy 0709*//*密码框*/
.updatepwd-other div{float:left;}
.updatepwd-other .hs-tong-input{width:250px;}
.updatepwd-other .onError{float:left;color:red;}
/*wanghy 0711*//*用户信息页面*/
.user-info .xgnum-main{
    padding:20px 40px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.user-info .risk-open-table table, tr, td, th {
    border-collapse: inherit;
    border-spacing: 7px;
}
.user-info .risk-open-table table th{
    width: 16%;
    color: #000;
    padding: 0;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    font-weight: normal;
}
.user-info .risk-open-table table td{
    width: 26%;
    padding:0 0 0 0;
    line-height: 35px;
    vertical-align: top;
}
.user-info .risk-open-table th.risk-open-top{padding: 2px 10px;}
.user-info .risk-open-table .user-tip{padding: 5px 0;}
/*wanghy 0716*//*风险测评*/
.question div label{
    height: 43px;
    line-height: 43px;
}
.question div label i{margin-right: 20px;}
.question.form-list li{padding: 0;}
.dialog-footer{
    padding: 12px 0;
    margin: 0 20px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.risktip-a{
    display: inline-block;
    width: 100px;
    text-align: center;
    background-color: #0e64c4;
    color: #fff;
    padding: 8px 6px;
    margin: 0 6px;
}
.changeIBG{cursor: pointer;}
.risktip-div{width: 400px;text-align: center;}
/*wanghy 0724*//*忘记密码*/
#dialog-resetpw .dialogcontent {overflow: auto;padding: 20px;}
#dialog-resetpw .dialogcontent .dialogform {line-height: 2em;margin-bottom: 30px;}
#dialog-resetpw .dialogcontent .dialogform h1 {font-size: 18px;margin-bottom: 10px;font-weight: normal;}
#dialog-resetpw .dialogcontent .dialogform h2 {margin-bottom: 10px;font-weight: normal;font-size: 100%;}
.bank-block .channel {font-size: 14px;position: absolute;top: -10px;right: -10px;padding: 3px 10px;
    border: 1px solid #e6e6e6;color: #e6e6e6;background: #ffffff;border-radius: 3px;transition: all .15s;}
.bank-block:hover .channel,.bank-block.selected .channel {border-color: #0064c4;background-color: #0064c4;color: #ffffff;}

.msg-content{
    font-size: 16px;
    margin: 20px;
    height: auto;
    line-height: 80px;
    vertical-align: middle;
}

.msg-content .preview-table{
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

.trading-form .preview-table .delete-card-password{padding:0;}

.delete-card-password .passwrod-custom{
    height: 42px;
    border: 0;
    background-color: #fff;
    width: 252px;
    border-right: 1px solid #e6e6e6;
}
.delete-card-password .tong-error{position: absolute;margin-top:0;left:60%;}
.delete-card-password .onError{  position: absolute;  left: 55%;  top: 5px;  }
.loginpwd_form .o-password{  float: left;  height: 37px;  line-height: 37px;  width: 20%;  text-align: right;  font-size: 14px;  }
.loginpwd_form .passwrod-custom{background-color: #fff;}

/*begin --by xiaqj*/
.d-inline-block {display: inline-block !important;}
.d-block {display: block !important;}
.d-none {display: none !important;}
.px-5 {padding-left: 5px !important;padding-right: 5px !important;}
.px-10 {padding-left: 10px !important;padding-right: 10px !important;}
.py-5 {padding-top: 5px !important;padding-bottom: 5px !important;}
/* statement */
.search-form .period .static-content{cursor: pointer;}
.cursor-pointer {cursor: pointer; }
.curson-text {cursor: text; }
table.border-y {  border-top: 1px solid #e6e6e6;  border-bottom: 1px solid #e6e6e6;}
table th,table td{  padding:15px 0;  }
.tiaozhuan{ width: 80%; margin:0 auto; text-align: center;}
.tiaozhuan p{ font-size: 16px; height: 30px; line-height: 30px;color:#000000}
.search-form .chosen-container,.data-form .chosen-container  {margin: 0 10px;}
.password-inline div div{ float: left; }
.password-inline input.keyboardinput {width: 238px;}
table.preview-table tr:nth-child(odd), table.preview-table tr:hover{ background-color: transparent !important;}
.preview-table td {background-color: transparent !important;}
table th.text-left,table td.text-left { padding-left:15px;text-align: left;}
#shareList .fund_name,#tradeList .fund_name{  width: 10em; }/*账单*/
#profit-assetlist #agencyTable .fundname,#bonusList .fund_name,
#profit-assetlist #dsShareQueryTable .fundname{  width: 7em; }/*持仓、账单分红*/
.mg-r-0 {margin-right: 0;}
#resetPwdSubmitForm .register-form{  width: 610px }
.range-radio-group .static-content{ margin-top: 5px; }
.range-radio-group label{ cursor: pointer; }
.range-radio-group label input[type="radio"] {  margin: 3px 3px 0 5px;  }
/*end --by xiaqj*/

.popover {
    position: absolute;
    z-index: 100;
}
.popover>i {
    position: absolute;
    width: 10px;
    height: 15px;
    top: 10px;
    left: -9px;
    background-image: url(../img/tooltip.png);
}

.popover>div {
    width: 210px;
    line-height: 1.5em;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background-color: #fff;
    color: #999999;
}

.data-form-after-login .openacco-error-tip{left: 27%;}
.two-checkbox.on-select i{
    background: url(../img/radio.png) no-repeat center;
    display: inline-block;
    width: 20px;}

.btn.padding-05em{padding:0 0.5em;}

/* 公告页 */
.news-item {
    margin-bottom: 15px;
    border-top: 1px dashed #e6e6e6;
    padding: 15px 0;
}
.news-item .news-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.news-item .news-content {
    font-size: 14px;
    line-height: 1.5;
}
.fixtradedate{height:7px;}
#tip_protocol_name{float: right; margin-right: 35%;}
#tip_shares{margin-left: 18.67%;}
#tip_apply_sum{margin-left: 18.67%;}
#tip_checkProtocol{margin-left: 14px;}
.week-fixtrade{
    margin: 0 10px;
    min-width: 160px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
    color: #333333;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

