/*select*/


.sod_select, .sod_select * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.sod_select { display: inline-block; position: relative; line-height: 1; width: 240px; padding: 0; background-color: #ffffff; background: url(../images/imgleft/select.png) 205px center no-repeat; background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #fff 100%); background-image: linear-gradient(bottom, #f7f7f7 0%, #fff 100%); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; border: 1px solid #cccccc; border-radius: 0px; color: #bbbbbb; font-size: 14px; font-weight: 300; text-align: left; text-transform: none; outline: 0; outline-offset: -2px; /* Opera */ cursor: default; height: 42px; line-height: 42px; text-indent: 17px; }
.sod_select:before,  .sod_select:after { content: ""; position: absolute; right: 30px; top: 0; bottom: 0;/* border-left: 1px solid #dbdbdb;*/ 
}
.sod_select:after { /*content: "\25BC";*/
right: 12px; top: 15px; border-left: none; color: #bbbbbb; font-size: 8px; }
.sod_select:hover,  .sod_select.focus,  .sod_select.disabled,  .sod_select.focus { box-shadow: 0 0 2px rgba(0,0,0,.1); }
.sod_select.open { border-radius: 3px 3px 0 0; color: #919191; }
.sod_select.open.above { border-radius: 0 0 3px 3px; }
.sod_select.disabled,  .sod_select.disabled:hover { opacity: .8; color: #b2b2b2; cursor: not-allowed; }
.sod_select .sod_label { /*overflow: hidden;*/
white-space: nowrap; text-overflow: ellipsis; padding-right: 25px; }
.sod_select .sod_prefix { }
.sod_select .sod_placeholder { }
.sod_select .sod_list { position: absolute; top: 100%; left: 0; display: none; height: auto; width: 240px; margin: 0 0 0 -1px; border: 1px solid #dbdbdb; border-radius: 0 0 3px 3px; box-shadow: 1px 2px 5px rgba(0,0,0,.1); background: #ffffff; color: #676767; font-weight: 300; z-index: 1; }
.sod_select.open .sod_list { display: block; }
.sod_select.disabled.open .sod_list { display: none; }
.sod_select.above .sod_list { top: auto; bottom: 100%; border-radius: 3px 3px 0 0; box-shadow: 1px -2px 5px rgba(0,0,0,.1); }
.sod_select .sod_list ul { overflow-y: auto; padding: 0; margin: 0; }
.sod_select .sod_list li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding-left: 10px; list-style-type: none; line-height: 30px; }
.sod_select .sod_list .optgroup,  .sod_select .sod_list .optgroup.disabled { background: inherit; color: #939393; font-size: 11px; font-style: italic; }
.sod_select .sod_list .groupchild { padding-left: 35px; }
.sod_select .sod_list .disabled { background: inherit; color: #cccccc; }
.sod_select .sod_list .active { background: #55b6ed; color: #ffffff; }
.sod_select .sod_list .selected { }
.sod_select .sod_list .selected:before { content: ""; position: absolute; left: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: inline-block; color: #808080; height: 9px; width: 10px; background: url(data:image/svg+xml;); }
.sod_select.no_highlight .sod_list .selected:before { display: none; }
.sod_select .sod_list .link { }
.sod_select .sod_list .linkexternal { }
.sod_select select { display: none !important; }
.sod_select.touch select { -webkit-appearance: menulist-button; position: absolute; top: 0; left: 0; display: block !important; height: 100%; width: 100%; opacity: 0; z-index: 1; }


/****RK 1129 begin
 ****************/
.color-txt-4e9{
    color: #4e90de;
}
.ml5{
    margin-left: 5px;
}
.mr5{
    margin-right: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.mt12{
    margin-top: 12px;
}
.ml60{
    margin-left: 60px;
}
.ml108{
    margin-left: 108px;
}
.ml115{
    margin-left: 114px;
}
.pl20{
    padding-left: 20px;
}
.pr20{
    padding-right: 20px;
}
.pl70{
    padding-left: 70px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clear-fix:before, .clear-fix:after, .container:before, .container:after {
    display: table;
    content: " ";
}
.clear-fix:after, .container:after, .container-fluid:after {
    clear: both;
}
.cursor{
    cursor: pointer;
}

input::-webkit-input-placeholder{color:#999 !important;}
input::-moz-placeholder{color:#999 !important;}
input:-moz-placeholder{color:#999 !important;}
input:input-placeholder{color:#999 !important;}
input, select {
    outline: medium !important;
}

.rk-login-warp,.operation-warp{
    width: 100%;
    background-image: url(../images/login-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
.rk-login-box{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.rk-login-box .title{
    width: inherit;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
}
.rk-login-box .title a{
    font-size: 14px;
    color: #666;
}
.rk-login-box .title a:hover{
    color: #4e90de;
}
.rk-login-box .home-icon{
    width: 14px;
    height: 15px;
    background-image: url(../images/home-icon.png);
    background-size: 14px 15px;
    background-repeat: no-repeat;
}
.rk-login-content{
    float: left;
    width: 599px;
    min-height: 469px;
}
.rk-login-content.word-content{
    padding: 25px 30px;
    border-left: 2px solid #f5f5f5;
}
.rk-login-form{
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.rk-login-form .line{
    width: inherit;
    height: 6px;
    background-color: #4e90de;
}
.rk-login-form .form-content{
    padding: 25px 52px 30px 52px;
}
.rk-login-form .input-box{
    margin-bottom: 14px;
    position: relative;
}
.rk-login-form .input-box:last-child{
    margin-bottom: 0 !important;
}
.rk-label{
    width: 80px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
}
.rk-login-form select,.input-state-01,.rk-operation-box select{
    width: 332px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
.rk-login-form .input-state-02{
    width: 236px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
.rk-login-form .input-state-03{
    width: 156px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
.rk-login-form .forget-password{
    line-height: 40px;
    color: #4e90de;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: underline;
}
.rk-cope-arrow{
    position: absolute;
    top: 1px;
    right: 6px;
    background-image: url(../images/copy-arrow.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 38px;
}
.rk-login-form .clear-password,.rk-password .clear-password{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f5f5f5;
}
.rk-login-form .forget-password:hover{
    opacity: .85;
}
.rk-login-form .img-code{
    width: 95px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-left: none;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.rk-login-form .form-btn-bar a{
    float: left;
    display: block;
    width: 196px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 16px;
    margin-top: 5px;
}
.rk-login-form .form-btn-bar a:hover{
    opacity: .85;
}
.rk-login-form .btn-style-01{
    color: #fff;
    background-color: #4e90de;
}
.rk-login-form .btn-style-02{
    color: #4e90de;
    border-color: #4e90de !important;
    margin-left: 20px;
}
.rk-login-content .subtitle img{
    display: block;
    width: 32px;
    height: 33px;
}
.rk-login-content .subtitle p{
    font-size: 18px;
    color: #4e90de;
    margin-left: 10px;
    line-height: 33px;
}
.rk-login-content .word-title{
    margin-top: 28px;
    color: #666;
    margin-bottom: 8px;
}
.rk-login-content .word-content{
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.rk-upload-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.rk-upload-popup .rk-upload-warp{
    position: relative;
    width: 100%;
    height: 100%;
}
.rk-upload-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 750px;
    min-height: 300px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.rk-upload-box .title{
    color: #4e90de;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.rk-upload-box .close-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url(../images/close-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.rk-upload-box .content{
    padding-left: 40px;
    padding-right: 40px;
}
.rk-upload-box .content>p{
    font-size: 12px;
    line-height: 18px;
}
.rk-upload-box .content>p a:hover{
    opacity: .85;
    color: #4e90de;
}
.rk-upload-box .content .tips{
    margin-top: 8px;
    color: #de4400;
    background-image: url(../images/tips-icon.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    padding-left: 18px;
}
.rk-upload-box .id-card-box{
    margin-left: 90px;
    margin-top: 25px;
}
.rk-upload-box .id-card-box .id-card{
    width: 214px;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.rk-upload-box .id-card-box .id-card .img-box{
    position: relative;
    top: 0;
    width: 100%;
    height: 120px;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.rk-upload-box .id-card-box .id-card .img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 120px;
}
.rk-upload-box .id-card-box .id-card .id-card-txt{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: #4e90de;
    border-radius: 10px;
    text-align: center;
    padding-top: 124px;
}
.rk-upload-box .ask-box{
    width: 672px;
    height: 150px;
    background-image: url(../images/requirement.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 30px;
    position: relative;
}
.rk-upload-box .ask-title{
    position: absolute;
    top: 2px;
    left: 22px;
    color: #4e90de;
    font-size: 14px;
}
.rk-upload-box .ask-txt{
    position: absolute;
    top: 124px;
    left: 78px;
}
.rk-upload-box .btn-bar{
    padding-top: 25px;
    padding-bottom: 25px;
}
.rk-upload-box .btn-bar a{
    display: block;
    width: 182px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4e90de;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.rk-upload-box .btn-bar a:hover{
    opacity: .9;
}

.rk-popup-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;	z-index: 999;
    display: none;
}
.rk-popup{
    position: relative;
    width: 100%;
    height: 100%;
}
.rk-popup-box .rk-popup-modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 2px;
    width: 350px;
    min-height: 150px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.rk-popup-box .rk-popup-modal.modal-state-01{
    width: 360px;
}
.rk-popup-box .rk-popup-modal .title{
    height: 40px;
    color: #4e90de;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #efefef;
    position: relative;
    background-color: #f8f8f8;
}
.rk-popup-box .rk-popup-modal .title .close-btn{
    position: absolute;
    top: 12px;
    right: 15px;
    width:18px;
    height: 18px;
    background-image: url(../images/close-01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.rk-popup-box .rk-popup-modal .content .txt{
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.rk-popup-box .rk-popup-modal .content .tips{
    color: #333;
    background-image: url(../images/tips-icon-01.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    padding-left: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.rk-popup-box .rk-popup-modal .content .item-list{
    line-height: 32px;
    margin-bottom: 10px;
    color: #333;
}
.rk-popup-box .rk-popup-modal .content .item-list input{
    width: 230px;
    height: 32px;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.rk-popup-box .rk-popup-modal .content .item-list:last-child{
    margin-bottom: 20px;
}
.rk-popup-box .rk-popup-modal .content .item-list .txt-title{
    width: 90px;
    color: #555;
}
.rk-popup-box .btn-bar{
    position: relative;
    height: 35px;
    margin-bottom: 15px;
}
.rk-popup-box .btn-bar .btn-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 212px;
    text-align: center;
}
.rk-popup-box .btn-bar .btn-box a {
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4e90de;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.popup-btn-01{
    float: left;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #4e90de;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}
.popup-btn-02{
    float: left;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    color: #4e90de;
    border-radius: 4px;
    border: 1px solid #4e90de;
    cursor: pointer;
}
.popup-btn-03{
    float: left;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    line-height: 35px;
    color: #4e90de;
    border-radius: 4px;
    border: 1px solid #4e90de;
    cursor: pointer;
}
.rk-btn:hover{
    opacity: .9;
}
.rk-popup-box .btn-bar>a:first-child{
    margin-left: 76px;
    background-color: transparent;
    border-color: #1E9FFF;
    color: #1E9FFF;
}
.rk-popup-box .btn-bar>a:hover{
    opacity: .85;
}
/*开户*/
.operation-warp{
    /*display: none;*/
    background-image: none !important;
    background-color: #f5f5f5;
}
.rk-operation-box{
    padding: 50px 0 50px 405px;
}
.rk-operation-box .input-box{
    width: 402px;
    position: relative;
    margin-bottom: 15px;
}
.rk-operation-box .input-box .rk-label{
    width: 70px;
}
.rk-upload-btn-01{
    position: absolute;
    top: 0;
    right: -125px;
    width: 115px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #4e90de;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.rk-operation-box .checklist {
    width: 490px;
    margin-top: 15px;
    padding-left: 70px;
    font-size: 12px;
    line-height: 17px;
}
.rk-operation-box .checklist .txt{
    display: inline-block;
    width: 395px;
}
.rk-operation-box .checklist a:hover{
    color: #4e90de;
    opacity: .85;
}
.rk-operation-box .checklist .check-box{
    width: 16px;
    height: 17px;
    background-size: 32px 17px;
    background-repeat: no-repeat;
    background-image: url(../images/check-icon.png);
    cursor: pointer;
}
.rk-operation-box .checklist .check-box.left{
    background-position: left;
}
.rk-operation-box .checklist .check-box.right{
    background-position: right;
}
.operation-btn{
    width: 332px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #4e90de;
    border-radius: 4px;

    cursor: pointer;
    margin-top: 15px;
}
.ml70{
    margin-left: 70px;
}
.rk-flow-path-bar{
    margin-left: 310px;
    margin-top: 49px;
    height: 80px;
}
.rk-flow-path-bar .item{
    position: relative;
    width: 268px;
    color: #666;
}
.rk-flow-path-bar .item.active{
    color: #4E90DE !important;
}
.rk-flow-path-bar .item.active .img-box{
    background-color: #4E90DE !important;
}
.rk-flow-path-bar .item.active .line{
    background-color: #4E90DE !important;
}
.rk-flow-path-bar .img-box{
    width: 48px;
    height: 48px;
    background-color: #cccccc;
    border-radius: 50%;
    overflow: hidden;
}
.rk-flow-path-bar .line{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #cccccc;
}
.rk-flow-path-bar .txt{
    position: absolute;
    top: 62px;
    left: -2px;
}
.rk-yanzheng {
    width: 425px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.rk-yanzheng .input-title{
    width: 85px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
}
.rk-yanzheng .input-box{
    margin-bottom: 15px;
}
.rk-yanzheng input{
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    width: 215px;
}
.rk-yanzheng input.input-01{
    width: 312px;
}
.rk-yanzheng input.input-02{
    width: 215px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rk-yanzheng .input-box .yz-code{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    border: 1px solid #e6e6e6;
    border-left: none;
    cursor: pointer;
}
.rk-operation-box.zhuce{
    padding-left: 360px !important;
    padding-top: 0 !important;
}
.rk-operation-box.zhuce .input-box{
    width: 452px !important;
}
.rk-operation-box.zhuce .rk-label{
    width: 115px !important;
}
.rk-operation-box.zhuce .tips{
    margin-top: 30px;
    color: #4E90DE;
    background-image: url(../images/tips-icon-01.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    padding-left: 18px;
    margin-bottom: 15px;
}
.rk-password input{
    width: 252px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rk-password .tips-txt{
    float: left;
    width: 100%;
    font-size: 12px;
    padding-left: 115px;
    margin-top: 8px;
}
.rk-operation-box.zhuce .checklist{
    margin-top: 30px !important;
    width: 550px !important;
    padding-left: 115px !important;
}
.operation-btn-01{
    width: 332px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #4e90de;
    border: 1px solid #4e90de;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}
.ws-btn-box{
    width: 332px;
    margin-left: auto;
    margin-right: auto;
}
.mt30{
    margin-top: 30px;
}
.cg-box{
    padding-top: 65px;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 65px;
    text-align: center;
    color: #555;
}
.cg-box .icon{
    width: 99px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.fs20{
    font-size: 20px;
}
.color-txt-999{
    color: #999;
}

.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
.align-center{
    text-align: center;
}
.fs16{
    font-size: 16px;
}