*{
    margin: 0px;
    padding: 0px;
}
html {
    height: 100%;
    font-size: 100%;
    font-family: "微软雅黑", arial, sans-serif;
}
body{
    font-size: 1em;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.loginBg {
    height: 100%;
    text-align: center;
    background: url("../images/login/loginBg.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loginMain {
    width: 440px;
    height: 420px;
    text-align: center;
    background: rgba(255, 255, 255, .2);
    margin:0 auto;
    border-radius: 6px;
    border: 1px solid #ffffff;


    display: inline-block;
    zoom: 1;
    vertical-align: middle;
   /* text-align: left;
    width: 200px;*/
    /*padding: 10px;*/

   /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
}
.hiddenDiv{
    height: 100%;
    overflow: hidden;
    display: inline-block;
    width: 1px;
    overflow: hidden;
    margin-left: -1px;
    zoom: 1;
    _margin-top: 0;
    vertical-align: middle;
}
.loginTitle{
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 1.625em;
    color: #a6a7a5;
}
.loginTitle span a{
    color: #a6a7a5;
}
.loginTitle .span-current{
    color: #0188e6;
}
.loginTitle>span:first-child{
    padding-right: 22px;
}
.loginTitle>span:last-child{
    padding-left: 20px;
}

.input-default{
    outline: none;
    border: 1px solid #E2E2DE;
    border-radius: 4px;
    text-indent: 16px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.userName,.passWord{
    /*width: 360px;*/
    width: 100%;
    height: 3.57em;
    /*margin-bottom: 14px;*/
    text-indent: 80px;
    line-height: 50px;
    background: #ffffff;
}
.input-indent{
    text-indent:80px;
}
.verificationCode{
    /*width: 242px;*/
    width: 100%;
    height: 3.57em;
    margin-bottom: 14px;
    line-height: 3.57em;
}
.btn{
    text-align: center;
    outline: none;
    border: 1px solid #E2E2DE;
    border-radius: 4px;
}
.btn-default {
    width: 100%;
    height: 52px;
    color: #ffffff;
    background-color: #65ba0a;
    border-color: #ccc;
    font-size: 22px;
    margin: 6px 0px;
}
.form-login a:hover{
    color: #FFFFFF;
}
a.btn{
    text-align: center;
    outline: none;
    border: 1px solid #E2E2DE;
    border-radius: 4px;
    display: inline-block;
}
a.btn-default {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #ffffff;
    background-color: #65ba0a;
    border-color: #ccc;
    font-size: 22px;
    margin: 6px 0px;
}
.judge-next{
    background-color: #a8a5a5;

}
.codeCont{
    width: 30%;
    height: 52px;
    background: #e9e9e9;
    cursor: pointer;
    line-height: 52px;
    font-size: 12px;
    color: #7c7c7c;
    border: none;
}
.codeCont img{
    width: 100%;
}
form{
    margin: 0 auto;
    width:71%;
}
.codeOne{
    float: left;
}
.login-code-width{
    width: 67%;
}
.silderCont{
    width: 100%;
    margin-bottom: 8px;
}
.codeTwo{
    float: right;
}
.form-group{
    position: relative;
    /*height: 50px;*/
    width: 100%;
    margin-bottom: 1em;
}
.form-group input{
    font-size: 0.875em;
}
.form-group .glyphicon{

}

.glyphicon-icon{
    font-size: 26px;
    color: #7c7c7c;
    line-height: 52px;
}
.glyphicon-border{
    width: 60px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right: 1px solid #e5e5e5;
}
.autoSet{
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    height: 20px;
    color: #0188e6;
}
.autoSet span a, a:active, a:hover,a:link{
    text-decoration:none;
    color: #008df0;
}
.sueccess-size{
    font-size: 28px;
}
.glyphicon-active{
    color: #008df0;
}
.input-active{
    border-color:#1f78c3;
    -webkit-box-shadow: 0 6px 12px rgba(0, 141, 240, .175);
    box-shadow: 0 6px 12px rgba(0, 141, 240, .175);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
input[type=checkbox]{
    width: 16px;
    height: 16px;
    border: 1px solid #535353;
    -webkit-appearance: none;
    outline: none;
}
input[type=checkbox]:checked{
    background: url("../images/login/checkbox.png") no-repeat center;
    border: none;
}
.agree-color{
    color: #535353;
    margin-left: 30px;
}
.checked-position{
    position: absolute;
    top: -2px;
    left: 0px!important;

    opacity: 1!important;
    z-index: 12;
    width: 16px!important;
    height: 16px!important;
    cursor: pointer;

}
.auto-position{
    margin-left: 30px;
}
/*验证滑动*/
#drag{
    position: relative;
    background-color: #e8e8e8;
    /*width: 360px;*/
    height: 48px;
    line-height: 48px;
    text-align: center;
}
#drag .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 58px;
    height: 47px;
    border: 1px solid #ccc;
    cursor: move;
    box-shadow: 0px 0px 6px #B9B7B7 inset;
}
.handler_bg{
    background: #fff url("../images/login/slider.png") no-repeat center;
}
.handler_ok_bg{
    background: #fff url("../images/login/suo.png") no-repeat center;
}
#drag .drag_bg{
    background-color: #008df0;
    height: 48px;
    width: 0px;
}
#drag .drag_text{
    position: absolute;
    top: 0px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none;
    font-size: 12px;
    color: #424141;
    box-shadow: 1px 1px 10px #888888 inset;
}
/*验证滑动 结束*/
@media screen and  (max-width: 1400px) {
    .loginMain {
        width: 440px;
        height: 420px
    }

}
/*注册第三步*/
.regist-three{
    background: #F1F1F1;
}
.regist-three-head{
    background: #2B9DFD;
    width: 100%;
    height: 60px;
}
.regist-three-head .regist-three-one{
   width: 1160px;
    height: 60px;
    margin: 0 auto;
}
.regist-three-head .regist-three-one img{

}
.regist-three-head .regist-three-one span{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 188px;
}
.regist-three-cont{
    width: 1160px;
    margin: 0 auto 70px;

}
.regist-three-cont .regist-three-cont-one{
    color: #626262;
    font-size: 20px;
    margin: 30px 0px;
}
.regist-three-cont .regist-three-cont-two{
    /*width: 100%;*/
    min-height: 1140px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    padding: 14px;
}
.regist-title{
    font-size: 18px;
    color: #ff923a;
    border-bottom: 1px solid #cdcdcd;
    line-height: 28px;
    margin-bottom: 34px;
}
.regist-title-little{
    font-size: 12px;
    color: #9a0505;
    padding: 0px 8px;
}
.control-label {
    padding-top: 6px;
    margin-bottom: 0;
}
sub, sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: 0.2em;
    margin-right: 8px;
    color: #a40000;
    font-size: 20px;
}
.padding-top-7{
    padding-top: 7px;
}
/*=====================*/
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-set01 {
        width: 18.33333333%
    }

    .col-sm-set02 {
        width: 51%
    }

    .col-sm-set03 {
        width: 8.33333333%
    }

    .col-sm-set05 {
        width: 6%
    }
    .col-sm-set06 {
        width: 3%
    }
    .col-sm-set07 {
        width: 10%
    }
    .col-sm-set08 {
        width: 3.5%;
    }

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group-step {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
    text-align: right;
}
.label-font{
    color: #323232;
    font-size: 14px;
}
.label-font-inner{
    color: #323232;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 5px;
}
.label-font-little{
    color: #4b4b4b;
    font-size: 16px;
   padding-left: 10px;
}
.form-control {
    display: block;
    width: 100%;
    /* height: 20px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;

}
.no-padding-left{
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0 !important;
}
.padding-left-6{
    padding-left: 6px;
}
.padding-lr{
    padding-left: 3px;
    padding-right: 3px;
}
.padding-left-20{
    padding-left: 20px;
}
.padding-left-17{
    padding-left: 17px;
}
/*单选复选字体*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.1.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    left: -9999px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

input[type=checkbox].inverted:checked + .text:before, input[type=radio].inverted:checked + .text:before {
    background-color: #333;
    border-color: #333;
    color: #fff
}

input[type=checkbox].colored-white + .text, input[type=radio].colored-white + .text {
    color: #fff
}

input[type=checkbox].colored-white + .text:before, input[type=radio].colored-white + .text:before {
    border-color: #fafafa
}

input[type=checkbox].colored-white:checked + .text, input[type=radio].colored-white:checked + .text {
    color: #fff
}

input[type=checkbox].colored-white:checked + .text:before, input[type=radio].colored-white:checked + .text:before {
    border-color: #333;
    color: #333
}

input[type=checkbox].colored-blue:checked + .text, input[type=radio].colored-blue:checked + .text {
    color: #5db2ff
}

input[type=checkbox].colored-blue:checked + .text:before, input[type=radio].colored-blue:checked + .text:before {
    border-color: #5db2ff;
    color: #5db2ff
}

input[type=checkbox].colored-primary:checked + .text, input[type=radio].colored-primary:checked + .text {
    color: #4374e0
}

input[type=checkbox].colored-primary:checked + .text:before, input[type=radio].colored-primary:checked + .text:before {
    border-color: #4374e0;
    color: #4374e0
}

input[type=checkbox].colored-danger:checked + .text, input[type=radio].colored-danger:checked + .text {
    color: #d73d32
}

input[type=checkbox].colored-danger:checked + .text:before, input[type=radio].colored-danger:checked + .text:before {
    border-color: #d73d32;
    color: #d73d32
}

input[type=checkbox].colored-success:checked + .text, input[type=radio].colored-success:checked + .text {
    color: #53a93f
}

input[type=checkbox].colored-success:checked + .text:before, input[type=radio].colored-success:checked + .text:before {
    border-color: #53a93f;
    color: #53a93f
}

input[type=checkbox].colored-warning:checked + .text, input[type=radio].colored-warning:checked + .text {
    color: #f4b400
}

input[type=checkbox].colored-warning:checked + .text:before, input[type=radio].colored-warning:checked + .text:before {
    border-color: #f4b400;
    color: #f4b400
}

input[type=checkbox].colored-silver:checked + .text, input[type=radio].colored-silver:checked + .text {
    color: #777
}

input[type=checkbox].colored-silver:checked + .text:before, input[type=radio].colored-silver:checked + .text:before {
    border-color: #777;
    color: #777
}

input[type=checkbox].colored-blueberry:checked + .text, input[type=radio].colored-blueberry:checked + .text {
    color: #6f85bf
}

input[type=checkbox].colored-blueberry:checked + .text:before, input[type=radio].colored-blueberry:checked + .text:before {
    border-color: #6f85bf;
    color: #6f85bf
}

input[type=checkbox].colored-palegreen:checked + .text, input[type=radio].colored-palegreen:checked + .text {
    color: #a0d468
}

input[type=checkbox].colored-palegreen:checked + .text:before, input[type=radio].colored-palegreen:checked + .text:before {
    border-color: #a0d468;
    color: #a0d468
}

input[type=checkbox].colored-orange:checked + .text, input[type=radio].colored-orange:checked + .text {
    color: #fb6e52
}

input[type=checkbox].colored-orange:checked + .text:before, input[type=radio].colored-orange:checked + .text:before {
    border-color: #fb6e52;
    color: #fb6e52
}

input[type=checkbox].colored-darkorange:checked + .text, input[type=radio].colored-darkorange:checked + .text {
    color: #ed4e2a
}

input[type=checkbox].colored-darkorange:checked + .text:before, input[type=radio].colored-darkorange:checked + .text:before {
    border-color: #ed4e2a;
    color: #ed4e2a
}

input[type=checkbox].colored-magenta:checked + .text, input[type=radio].colored-magenta:checked + .text {
    color: #bc5679
}

input[type=checkbox].colored-magenta:checked + .text:before, input[type=radio].colored-magenta:checked + .text:before {
    border-color: #bc5679;
    color: #bc5679
}

input[type=checkbox].colored-purple:checked + .text, input[type=radio].colored-purple:checked + .text {
    color: #7e3794
}

input[type=checkbox].colored-purple:checked + .text:before, input[type=radio].colored-purple:checked + .text:before {
    border-color: #7e3794;
    color: #7e3794
}

input[type=checkbox].colored-maroon:checked + .text, input[type=radio].colored-maroon:checked + .text {
    color: #981b48
}

input[type=checkbox].colored-maroon:checked + .text:before, input[type=radio].colored-maroon:checked + .text:before {
    border-color: #981b48;
    color: #981b48
}

input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important
}

input[type=checkbox]:checked + .text:before, input[type=radio]:checked + .text:before {
    display: inline-block;
    content: '';
    background-color: #f5f8fc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
    border-color: #333
}

input[type=checkbox]:hover + .text :before, input[type=radio]:hover + .text :before {
    border-color: #737373
}

input[type=checkbox]:active + .text :before, input[type=radio]:active + .text :before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

input[type=checkbox]:disabled + .text, input[type=radio]:disabled + .text, input[type=checkbox][disabled] + .text, input[type=radio][disabled] + .text, input[type=checkbox].disabled + .text, input[type=radio].disabled + .text {
    color: rgba(0, 0, 0, .4)
}

input[type=checkbox]:disabled + .text:before, input[type=radio]:disabled + .text:before, input[type=checkbox][disabled] + .text:before, input[type=radio][disabled] + .text:before, input[type=checkbox].disabled + .text:before, input[type=radio].disabled + .text:before {
    background-color: #f5f5f5 !important;
    border-color: #e5e5e5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #e5e5e5
}

input[type=checkbox] + .text, input[type=radio] + .text {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    text-align: left;
}

input[type=checkbox] + .text:before, input[type=radio] + .text:before {
    font-family: fontAwesome;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    content: " ";
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input[type=checkbox] + .text:hover:before, input[type=radio] + .text:hover:before {
    border-color: #737373
}

input[type=checkbox] + .text:active:before, input[type=radio] + .text:active:before {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

input[type=radio] + .text:before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    line-height: 18px;
    height: 19px;
    min-width: 19px
}

input[type=radio]:checked + .text:before {
    content: ""
}

input[type=checkbox].checkbox-slider {
    width: 55px;
    height: 25px;
    left: 0
}

input[type=checkbox].checkbox-slider.slider-icon:checked + .text:after {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 21px;
    content: "";
    border-width: 1px;
    padding-left: 3px;
    background-color: #fff;
    color: #444
}

input[type=checkbox].checkbox-slider.slider-icon + .text:after {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    content: "";
    border-width: 1px;
    padding-left: 4px;
    border-color: #fff
}

input[type=checkbox].checkbox-slider.toggle:checked + .text:after {
    background-color: #fff;
    color: #444
}

input[type=checkbox].checkbox-slider.toggle + .text:after {
    border: 0;
    background-color: #444;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type=checkbox].checkbox-slider.yesno + .text:before {
    font-family: 'Open Sans', 'Segoe UI';
    content: "YES            NO"
}

input[type=checkbox].checkbox-slider + .text {
    margin: 0 4px;
    min-height: 24px
}

input[type=checkbox].checkbox-slider:checked + .text:before {
    text-indent: 5px;
    background-color: #444;
    border-color: #444;
    color: #fff
}

input[type=checkbox].checkbox-slider:checked + .text:after {
    left: 34px;
    background-color: #444;
    border: 5px solid #fff
}

input[type=checkbox].checkbox-slider.colored-blue + .text:after {
    border-color: #5db2ff
}

input[type=checkbox].checkbox-slider.colored-blue:checked + .text:before {
    background-color: #5db2ff;
    border-color: #5db2ff
}

input[type=checkbox].checkbox-slider.colored-blue:checked + .text:after {
    background-color: #5db2ff;
    border-color: #fff
}

input[type=checkbox].checkbox-slider.colored-blue.slider-icon:checked + .text:after {
    background-color: #fff;
    color: #5db2ff
}

input[type=checkbox].checkbox-slider.colored-blue.slider-icon + .text:after {
    border-color: #fff;
    color: #5db2ff
}

input[type=checkbox].checkbox-slider.colored-blue.toggle:checked + .text:after {
    color: #5db2ff;
    background-color: #fff
}

input[type=checkbox].checkbox-slider.colored-blue.toggle + .text:after {
    background-color: #5db2ff
}

input[type=checkbox].checkbox-slider.colored-primary + .text:after {
    border-color: #4374e0
}

input[type=checkbox].checkbox-slider.colored-primary:checked + .text:before {
    background-color: #4374e0;
    border-color: #4374e0
}

input[type=checkbox].checkbox-slider.colored-primary:checked + .text:after {
    background-color: #4374e0;
    border-color: #fff
}

input[type=checkbox].checkbox-slider.colored-primary.slider-icon:checked + .text:after {
    background-color: #fff;
    color: #4374e0
}

input[type=checkbox].checkbox-slider.colored-primary.slider-icon + .text:after {
    border-color: #fff;
    color: #4374e0
}

input[type=checkbox].checkbox-slider.colored-primary.toggle:checked + .text:after {
    color: #4374e0;
    background-color: #fff
}

input[type=checkbox].checkbox-slider.colored-primary.toggle + .text:after {
    background-color: #4374e0
}

input[type=checkbox].checkbox-slider.colored-blueberry:checked + .text:after {
    background-color: #6f85bf;
    border-color: #fff
}

input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon:checked + .text:after {
    background-color: #fff;
    color: #6f85bf
}

input[type=checkbox].checkbox-slider.colored-blueberry.slider-icon + .text:after {
    border-color: #fff;
    color: #6f85bf
}

input[type=checkbox].checkbox-slider.colored-blueberry.toggle:checked + .text:after {
    color: #6f85bf;
    background-color: #fff
}

input[type=checkbox].checkbox-slider.colored-blueberry.toggle + .text:after {
    background-color: #6f85bf
}

.checkbox-self {
    display: inline-block;
    padding-top: 4px;
    padding-right: 14px;
}
/*下拉框*/
select {
    padding: 3px 4px;
    height: 30px;
    outline: none;
    -webkit-box-flex: 1.0;
    display: block;
    width: 110px;
    background: url(../images/login/u249.jpg) no-repeat 81px 0;
    -webkit-appearance: none;
    border: 1px solid #CCCCCC;
}

/*=====================*/
.submit-btn{
    width: 100%;
    background: #4cb0f7;
    color: #ffffff!important;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin-top: 30px;
    border: 1px solid transparent;
}

.submit-btn:link{
    color: #ffffff;
}
.help-block-login{
    color: #696969;
    font-size: 14px;
}
.checkbox-self span.text{
    color: #4b4b4b;
    font-size: 16px;
}