[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
html{
    margin:0px auto;
    padding:0px;
    height:100%;
    max-height:100%;
    width: 100%;

}
html{
    display: block;
}
body{
    font-size: 13px;
    font-family:"微软雅黑";
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;


}

img{ border: none;}
.left{float: left;}
.right{float: right;}
.clear{clear:both; height:0; overflow:hidden; width:100%;}
.remark{
    color: #00a2e8;
    height: 30px;
    line-height: 35px;
    margin-left: 20px;
}
.f {
    color: #85c226;
    height: 30px;
    line-height: 35px;
    margin-left: 5px;
}
#error{
    color: red;
}
.fone-blue{
    color: #00a2e8;
}
.f-red {
    color: red;
}
.btn-blue{
    height:35px;
    line-height: 35px;
    background: #00a2e8;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.btn-green{
    height:35px;
    line-height: 35px;
    background: #b0d361;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.btn-grey{
    height:35px;
    line-height: 35px;
    background: #c4c5c4;
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.btn-m{
    width: 110px;
}
.btn-l{
    width: 150px;
}
.fone-yellow{
    color: #f4b915;
}
/*.fline{*/
    /*border-bottom: 1px solid #00a2e8;;*/
/*}*/

.index-top{
    height: 82px;
    width: 100%;
    background-color:#3e82cd;
    color: #000;
    min-width:1000px;
    margin-bottom: 30px;
    /*position: fixed;*/
    /*z-index: 2;*/
    /*top:0;*/
}
.index-top .head{
    background: #294c88 !important;
    height: 20px;
    width: 100%;
}
.index-top .head p{
    width: 1000px;
    text-align: right;
    color:#fff;
    margin: 0 auto;
}
.nav-bar{
    width: 1000px;
    margin:0 auto;
    background: #b0d361;
    height: 57px;
    background:url("img/i-logo.png") no-repeat left center;
    /*float: left;*/
}
.nav-bar ul{
    float: left;
    position: relative;
    left:36%;

}
.nav-bar li{
    list-style: none;
    float: left;
    height:35px;
    line-height: 40px;
    margin-left: 25px ;
    text-align:center;
    position: relative;
    top:8px;
}
.nav-bar a{
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: #fff;
}
.index-top li h4{
    font-size: 16px;
    margin-bottom: 5px;
}
.index-top li p{
    font-size: 11px;
    color: #fff;
}
.index-top .mobile{
    color: #e3e359;
    background: url("img/mobile.png") no-repeat left center;
    /*width: 130px;*/
    height: 50px;
    line-height: 55px;
    float: right;
    text-align: left;
    padding-left: 25px;
    font-weight: bold;
    font-size: 18px;

}
.index-top .active{
    border-bottom: #e3e359 2px solid;
    color: #fff;
}
.reg-index{
    width: 420px;
    margin-left: 20em;
    padding: 0;
    height: 60px;
    background: url("img/qrcode.png") no-repeat left 10px;
    text-indent: 50px;
    line-height: 60px;
}
.cont-main{
    margin: 0 auto;
    padding: 0px;
    display: block;
    overflow: hidden;
    width: 1000px;
}
.cont-main h3{
    height: 75px;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    color: #000;
    font-weight: normal;
    line-height: 75px;
    border-bottom: 1px solid #dddfe0;
}


table th{
    font-weight:normal;
}
select,
textarea,
input[type="text"],
input[type="password"]{
    margin: 0;
    /*outline:none;*/
    border:1px solid #ccc;
    background: #fff url(img/input_bg.png) repeat-x top;
}

input[type="password"],
input[type="text"]{
    padding:1px 3px;
    width: 150px;
    height: 26px;
    /*line-height: 18px;*/
}
textarea{
    padding:1px 3px;
}
select{
    padding: 3px 3px 3px 0;
    height: 26px;
    line-height: 26px;
    width: 150px;
}

input[disabled], select[disabled],
textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background: #F8F8F8;
    color: #BBB;
    background: #EAEAEA;
}
th,td,
input,
textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.modal-dialog-content-outer .wtbar{
    clear:both;
}
.modal-dialog-content-outer .wtbar .left{
    position: absolute;
    bottom: 15px;
    left:15px;
}
.modal-dialog-content-outer .wtbar .right{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f15{
    font-size: 15px;
}
.f18{
    font-size: 18px;
}
.f23{
    font-size: 23px;
}
.f25{
    font-size: 25px;
}
.f30{
    font-size: 30px;
}
.tbl-form-simple{

}
.tbl-form-simple td{
    padding: 5px 10px;
}
.tbl-form-simple th{
    padding:5px 0;
}

.tip{
    color:#c4c5c4;
}


/*** 下拉 ***/
.dropsel-ctn-outer{
    position: relative;
}
.dropsel-ctn-outer .dropsel-ctn{
    position: relative;
    width: 100%;
    margin: 0;
    padding:0;
    /*border: 1px solid #cccccc;*/
}
.dropsel-ctn .dropsel-text{
    width: 100%;
    margin: 0;
    /*outline:none;*/
    height: 26px;
    /*border: 0px;*/
    border: 1px solid #cccccc;
    cursor: pointer;
}
.dropsel-ctn .dropsel-text[readonly]{
    color:#000;
    background: #fff url(img/input_bg.png) repeat-x top;
}
.dropsel-ctn .dropsel-down-symbol{
    position: absolute;
    top:0;
    right: 0;
    cursor:pointer;
    display: inline-block;
    height: 100%;
    width: 22px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-icon-triangle{
    background: #fff url('img/icon_drop.png') no-repeat right;
}
.dropsel-data-ctn{
    position: absolute;
    z-index: 2;
    background: #fff;
    margin-top: -1px;
    width: 100%;
    padding:10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.dropsel-data-ctn .dropsel-search input{
    width:100%;
}
.dropsel-data-ctn ul{
    margin: 0;
    width: 100%;
    list-style: none;
}
.dropsel-data-ctn ul li{
    padding:1px 3px;
    float:left;
    width: 31%;
    height: 25px;
    line-height: 25px;
}
.dropsel-data-ctn ul li label{
    cursor: pointer;
}
.dropsel-data-ctn ul li.active{
    color:#00a2e8;
    font-weight: bold;
}
.dropsel-data-ctn .dropsel-page{
    line-height: 25px;
    text-align: center;
}
.dropsel-data-ctn .dropsel-page a{
    padding:0 5px;
    display: inline-block;
}

input.date{
    background-image:  url('img/icon_date.png');
    background-position:right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.hide{
    display: none;
}




.time-ctn-outer{
    border: 0;
    padding:0;
    margin:0;
    /*position: relative;
    display: inline-block;*/
}
.time-ctn-outer .text{
    cursor: pointer;
}
.time-ctn-outer .time-data-ctn{
    position: absolute;
    background: #f2f0f1;
    padding:5px;
    z-index: 10;
}
.time-ctn-outer .time-data-ctn{
    width: 220px;
    border: 1px solid #dedede;
}
.time-ctn-outer .time-data-ctn li{
    line-height: 20px;
    height: 20px;
    padding:1px 0;
    width: 70px;
    text-align: center;
    float:left;
    cursor: pointer;
}
.time-ctn-outer .time-data-ctn ul{
    background: #fff;
}
.time-ctn-outer .time-data-ctn .active,
.time-ctn-outer .time-data-ctn li:hover{
    color:#fff;
    background: #65a2f3;
}
/*input.time{*/
    /*background-image:  url('img/icon_time.png');*/
    /*background-position:right;*/
    /*background-repeat: no-repeat;*/
/*}*/


.quit{
    color: #b0d361;
    font-weight: bold;
    text-decoration: none;
}

.simple-table{
    margin: 15px auto;
}
.simple-table th{
    height:30px;
    color:#fff;
    padding:1px;
    background-color:#a4aeb9;

}
.simple-table td{
    padding:1px;
    height: 30px;
    background-color:#fff;
    border-bottom: 1px solid #ddd;
}
.simple-table .fo-td td{ cursor: pointer;}

.simple-table tr:hover td{
    background-color: #effadd;
}
.page-in {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}
.pageMid{
    color:#666;
    font-weight:bold;
    text-align:center;
    font-size: 13px;
}



/*css new 2015-08-17 lucky begin*/
.bodybg{
    background: url("img/register_new/Background.png") repeat-x;
}
.bodybg2{
    background: url("img/register_new/login-bg2.png") repeat-x top;
    width: 100%;
}
.default-header{
    height: 80px;
    width: 100%;
    display: block;
    margin: auto;
    background-color: #555457;
}
.default-header .content{
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    display: block;
}
.default-header .content .logo{
    margin-top: 15px;
    float: left;
    background: url("img/register_new/logo.png") no-repeat center left;
    /*width: 150px;*/
    height:50px;
    display: block;
}
.default-header .content .logo span{
    display: block;
    padding: 12px 0 0 110px;
    color: #A1A1A1;
    text-align: left;
    line-height: 20px;
}
.default-header .header-nav{
    color: #fff;
    display: block;
    float: right;
    line-height: 80px;
    height: 80px;
}
.default-header .header-nav li{
    float: left;
    color: #fff;
    list-style: none;
    /*width: 120px;*/
    text-align: center;
    margin-left: 50px;
}
.default-header .header-nav li a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}
.nav-mobile{
    background: url("img/register_new/phone.png") no-repeat center left;
    padding-left: 30px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.h1title{
    text-shadow: 1px 2px 3px #6F6969;
    font-size: 24px;
    letter-spacing: 10px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    text-align: left;
    margin: 30px 0 0 0;
}
.footer_menu{
    /*background: #1E262B;*/
    color: #fff;
    margin: 0 auto;
    height: 150px;
    width: 100%;
}
.footer_menu div{
    width: 1000px;
    margin: 0 auto;
}
.footer_menu ul{
    list-style: none;
}
.footer_menu li{
    float: left;
    height: 110px;
    text-align:left;
    line-height: 110px;
    font-size: 18px;
}
.footer_menu li a{
    text-decoration: none;
    color: #fff;
}
.footer_menu .app{
   background: url("img/register_new/QR.png") no-repeat left center;
    padding-left: 120px;
    width: 150px;
}
.footer_menu .daotian{
    background: url("img/register_new/logoA.png") no-repeat left center;
    padding-left: 60px;
    width: 160px;
}
.footer_menu .google{
    background: url("img/register_new/chrome.png") no-repeat left center;
    padding-left: 60px;
    width: 210px;
}
.footer_menu .speed{
    background: url("img/register_new/L360.png") no-repeat left center;
    padding-left: 60px;
    width: 160px;
}

@media screen and (min-height:768px) and (min-width:1366px) {
    .footer_menu{
        /*background: #1E262B;*/
        color: #fff;
        height: 170px;
        width: 100%;
        background: #1E262A;
        position: absolute;
        bottom: 0;
    }
}
@media  screen and (max-height:768px) and (max-width:1366px) {
    .footer_menu{
        /*background: #1E262B;*/
        color: #fff;
        height: 170px;
        width: 100%;
        background: url("img/register_new/index_bg_b.png") no-repeat center top;
        position: absolute;
        bottom: 0;
    }
}

/*协议服务*/
.crop-menu{
    text-align: left;
    margin: 50px auto  20px auto;
    width: 850px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 4px #999;
    padding: 30px;
    background: url("img/cropbg.png") repeat;
}
.crop-menu h4 , .crop-menu p{
    margin: 0;
    padding: 0;

}
.crop-menu h4{
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
}
.crop-menu p{
    font-size: 14px;
    color: #646464;
    letter-spacing: 2px;
    line-height: 25px;
    text-indent: 35px;
}
.crop-menu span{
    font-size: 14px;
    color: #646464;
    letter-spacing: 2px;
    line-height: 25px;
}
.agree-btn{
    margin: 0 auto 20px auto;
    height: 45px;
    line-height: 45px;
}
.agree-btn a{
    color: #fff;
    text-decoration: none;
}
/*免费注册窗口*/
.btn-win a{
    width: 30px;
    height: 135px;
}
.register-window{
    display: block;
    position: fixed;
    z-index: 2147483646 !important;
    right: 0;
    top: 60%;
    bottom: auto;
    margin-top: -75px;
    background: url("img/new/register_icon.png") no-repeat left;
    border-bottom-right-radius: 10px ;
    border-top-right-radius: 10px ;
    width: 30px;
    height: 135px;
}
.business-window{
    display: block;
    position: fixed;
    z-index: 2147483646 !important;
    right: 0;
    top: 35%;
    bottom: auto;
    margin-top: -75px;
    background: url("img/new/business_icon.png") no-repeat left;
    border-bottom-right-radius: 10px ;
    border-top-right-radius: 10px ;
    width: 30px;
    height: 135px;
}
.register-window a{
    position: absolute;
    left: 13px;
    top: 32px;
    width: 16px;
    writing-mode: tb-rl;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
