html, body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    min-width: 860px !important;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#framework-header{

}

#framework-body{
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 0;
}

#framework-main.shrink #framework-main-body{
    left: 0;
}

#framework-main{

}
.height-265{
    width: 300px;
    max-height: 250px;
    padding: 0;
    overflow-y: auto;
    white-space: nowrap;
}
.height-265 li{
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
    line-height: 50px;
    border-bottom: 1px dotted #dcdee2;
}
.height-265 li:hover span{
    color: #248BFE;
}
.company-name {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
#framework-main-body{
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index:2;
    padding: 0 15px;
    background: #FCFCFC;
    min-width: 860px;
}

#framework-footer{
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 5px 10px;
    z-index: 1000;
}

#framework-loadingbar{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1050;
    text-align: center;
}

#framework-loadingbar i{
    margin: 20% auto auto auto;
}

#framework-message{
    right: 10px;
    position: absolute;
    bottom: 10px;
    z-index: 1051;
}

#framework-message .modal{
    display: block;
    position: relative;
}

#framework-message .modal-dialog{
    margin: 10px;
    width: 400px;
}

#framework-message .modal-content{
    border: none;
}

#framework-message .modal-header{
    background: #F2F7FA;
    border: none;
}

#framework-message > .alert{
    margin: 0 1px 1px 0;
    padding: 10px 35px 10px 10px;
}

.sidebar-item-tooltip .tooltip-inner{
    padding: 10px;
}
/*
#framework-tooltip{
    position: absolute;
    left: 45%;
    top: 5px;
    width: 250px;
    z-index: 1051;
    opacity:0.75;
}

#framework-tooltip .tooltip{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    opacity:1;
}

#framework-tooltip .tooltip-inner{
    max-width: 250px;
    padding: 10px;
}
*/
/**************************************************************************/
/*圆角按钮*/
.btn-radius.btn-xs{
    border-radius: 11px;
}

.btn-radius.btn-sm{
    border-radius: 15px;
}

.btn-radius{
    border-radius: 17px;
}

.btn-radius.btn-lg{
    border-radius: 23px;
}

/*边框色按钮*/
.btn-basic.btn-default{
    background-color: transparent;
    border-width: 1px;
    color: #333;
}

.btn-basic.btn-primary{
    background-color: transparent;
    border-width: 1px;
    color: #248bfe;
    border-color: #248bfe;
}

.btn-basic.btn-primary:hover{
    color: white;
}

.btn-basic.btn-primary:active,.btn-basic.btn-primary.active,.btn-basic.btn-primary:focus,.btn-basic.btn-primary.focus{
    color: white;
}

.btn-basic.btn-success{
    background-color: transparent;
    border-width: 1px;
    color: #4aa55d;
    border-color: #4aa55d;
}

.btn-basic.btn-success:hover{
    color: white;
}

.btn-basic.btn-success:active,.btn-basic.btn-success.active,.btn-basic.btn-success:focus,.btn-basic.btn-success.focus{
    color: white;
}

.btn-basic.btn-info{
    background-color: transparent;
    border-width: 1px;
    color: #8c9eff;
    border-color: #8c9eff;
}

.btn-basic.btn-info:hover{
    color: white;
}

.btn-basic.btn-info:active,.btn-basic.btn-info.active,.btn-basic.btn-info:focus,.btn-basic.btn-info.focus{
    color: white;
}

.btn-basic.btn-warning{
    background-color: transparent;
    border-width: 1px;
    color: #f5c042;
    border-color: #f5c042;
}

.btn-basic.btn-warning:hover{
    color: white;
}

.btn-basic.btn-warning:active,.btn-basic.btn-warning.active,.btn-basic.btn-warning:focus,.btn-basic.btn-warning.focus{
    color: white;
}

.btn-basic.btn-danger{
    background-color: transparent;
    border-width: 1px;
    color: #ec412b;
    border-color: #ec412b;
}

.btn-basic.btn-danger:hover{
    color: white;
}

.btn-basic.btn-danger:active,.btn-basic.btn-danger.active,.btn-basic.btn-danger:focus,.btn-basic.btn-danger.focus{
    color: white;
}

.btn-basic.btn-link{
    background-color: transparent;
}

/*tabs*/
.nav-tabs > li > a {
    color: #555555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #248bfe;
}

.tabs-secondary.nav-tabs{
    border-bottom:2px solid #E9E9E9;
}

.tabs-secondary.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

.tabs-secondary.nav-tabs > li > a {
    line-height: 1.42857143;
    border:none;
}

.tabs-secondary.nav-tabs > li > a:hover {
    border:none;
    background: transparent;
    border-bottom:2px solid #248bfe;
}

.tabs-secondary.nav-tabs > li.active > a,
.tabs-secondary.nav-tabs > li.active > a:hover,
.tabs-secondary.nav-tabs > li.active > a:focus {
    color: #248bfe;
    background-color: #ffffff;
    border:none;
    border-bottom:2px solid #248bfe;
    cursor: default;
}

.list-group-item{
    padding: 5px;
    width: 100%;
    border: none;
    background: inherit;
}

.list-group-item.active{
    background: #F2F2F2;
}

.list-group-item.hover:hover{
    background: #F2F2F2;
}

/*
.list-tree.list-group{
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-tree .list-group-item{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.list-tree .list-item-toggle{
    display: table-cell;
}

.list-tree .list-item-content{
    display: table-cell;
}

*/
/*树结构*/
.tree-list-group{
    margin: 0;
    padding-left: 15px;
    list-style: none;
}

.tree-list-item{
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.tree-list-header{
    padding: 5px;
    width: 100%;
}

.tree-list-header.active{
    background: #F2F2F2;
}

.tree-list-header:hover{
    background: #F2F2F2;
}

/*dialog大小*/
.modal-dialog{
    width:700px;
}

.modal-dialog.modal-sm{
    width:500px;
}

.modal-dialog.modal-lg{
    width:900px;
}

/*占位图标*/
.icon-placeholder:before {
    content: "\e103";
    visibility: hidden;
}

/*radio checkbox样式*/
label i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label input[type="checkbox"],
label input[type="radio"] {
    display:none;
}

label input[type="checkbox"] + i:before{
    content: "\f0c8";
    color:#ccc;
}

label input[type="checkbox"] + i.toggle:before{
    content: "\f204";
}

label input[type="radio"] + i:before{
    content: "\f10c";
}

label input[type="checkbox"]:checked + i:before{
    content: "\f14a";
    color:#248bfe;
}

label input[type="checkbox"]:checked + i.toggle:before{
    content: "\f205";
    color:#248bfe;
}

label input[type="radio"]:checked + i:before{
    content: "\f192";
    color:#248bfe;
}

label input[type="checkbox"]:disabled + i:before,
label input[type="radio"]:disabled + i:before{
    color:#ccc;
}

label input[type="checkbox"]:checked:disabled + i:before,
label input[type="radio"]:checked:disabled + i:before{
    color:#ccc;
}

input[readonly],
.form-control[readonly]{
    background-color: #ffffff;
}

.strong{
    font-weight: bold;
}

.overflow-ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.badge{
    background-color: #EC412B;
}

.pagination{
    margin: 0;
}

.form-inline .form-group{
    margin-bottom: 15px;
}

.btn-link{
    padding: 5px;
}

.table > thead > tr > th{
    border: 0;
    background: #e6e6e6;
    padding: 10px 5px;
}

/* select插件*/
.ui-select-multiple.ui-select-bootstrap{
    padding: 3px 3px 2px 3px !important;
}

.ui-select-bootstrap .ui-select-choices-row.active>span{
    background-color: #248bfe !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*bootstrap样式覆盖*/
.navbar-default{
    background-color: #248bfe;
    border-color:transparent;
}

.navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a:focus{
    background-color: #65aeff!important;
}

.navbar-default .navbar-nav .active a{
    background-color: #1b56a5;
}

/*按钮*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
}
.btn-primary{
    background-color: #248bfe;
    border-color: transparent;
}


.btn-primary:hover{
    background-color: #65aeff!important;
    border-color: transparent!important;
}

.btn-primary:active,.btn-primary.active,.btn-primary:focus,.btn-primary.focus{
    background-color: #1b56a5;
    border-color: transparent;
}

.btn-success{
    background-color: #4aa55d;
    border-color: transparent;
}

.btn-success:hover{
    background-color: #66cc66!important;
    border-color: transparent!important;
}

.btn-success:active,.btn-success.active,.btn-success:focus,.btn-success.focus{
    background-color: #009966;
    border-color: transparent;
}

.btn-info{
    background-color: #8c9eff;
    border-color: transparent;
}

.btn-info:hover{
    background-color: #a8b6ff!important;
    border-color: transparent!important;
}

.btn-info:active,.btn-info.active,.btn-info:focus,.btn-info.focus{
    background-color: #7686dd;
    border-color: transparent;
}
.btn-warning{
    background-color: #f5c042;
    border-color: transparent;
}

.btn-warning:hover{
    background-color: #fcd664!important;
    border-color: transparent!important;
}

.btn-warning:active,.btn-warning.active,.btn-warning:focus,.btn-warning.focus{
    background-color: #edb200;
    border-color: transparent;
}

.btn-danger{
    background-color: #ec412b;
    border-color: transparent;
}

.btn-danger:hover{
    background-color: #fa7362!important;
    border-color: transparent!important;
}

.btn-danger:active,.btn-danger.active,.btn-danger:focus,.btn-danger.focus{
    background-color: #da301b;
    border-color: transparent;
}

.text-primary{
    color: #248bfe;
}

.text-success{
    color: #4aa55d;
}

.text-info{
    color: #8c9eff;
}

.text-warning{
    color: #f5c042;
}

.text-danger{
    color: #ec412b;
}

a.text-primary:hover, a.text-primary:focus{
    color: #65aeff;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background-color: #248bfe;
    border-color: transparent;
}

.pagination>li>a, .pagination>li>span{
    color: #248bfe;
}

.modal-title{
    font-size: 18px;
}

.modal-footer{
    border-top: none;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*公共类*/
h1,h2,h3,h4,div,p,td,th{
    word-wrap: break-word;
}

.font-12{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.color-666{
    color: #666;
}

.col-ccc{
    color: #CCCCCC;
}

.modal-header{
    background-color: #f5f5f5;
}

.modal-header .modal-title{
    font-weight: normal;
}

.table{
    border: 1px solid #e2e4e8;
}

.table thead tr th{
    font-size: 14px;
    vertical-align: middle;
}

.table thead tr th:first-of-type{
    padding-left: 15px!important;
}

table thead tr th{
    color: #333333;
}

.table tbody tr td{
    vertical-align: middle;
    font-size: 12px;
    padding: 8px 5px;
}

.table tbody tr td:first-of-type{
    padding-left: 15px!important;
}

table tbody tr td{
    color: #666666;
    max-width: 350px;
}

.mar-left-5{
    margin-left: 5px;
}

.mar-right-5{
    margin-right: 5px;
}

.mar-top-5{
    margin-top: 5px;
}

.mar-bottom-5{
    margin-bottom: 5px;
}

.mar-left-10{
    margin-left: 10px;
}

.mar-right-10{
    margin-right: 10px;
}

.mar-top-10{
    margin-top: 10px;
}

.mar-bottom-10{
    margin-bottom: 10px;
}

.mar-left-20{
    margin-left: 20px;
}

.mar-right-20{
    margin-right: 20px;
}

.mar-top-20{
    margin-top: 20px;
}

.mar-bottom-20{
    margin-bottom: 20px;
}

.mar-left-30{
    margin-left: 30px;
}

.mar-right-30{
    margin-right: 30px;
}

.mar-top-30{
    margin-top: 30px;
}

.mar-bottom-30{
    margin-bottom: 30px;
}

.mar-left-40{
    margin-left: 40px;
}

.mar-right-40{
    margin-right: 40px;
}

.mar-top-40{
    margin-top: 40px;
}

.mar-bottom-40{
    margin-bottom: 40px;
}

.btn-width-90{
    width: 90px;
    padding-left: 0;
    padding-right: 0;
}

.btn-width-70{
    width: 70px;
    padding-left: 0;
    padding-right: 0;
}

.cursor-pot{
    cursor: pointer;
}

/*input底色*/
input::-webkit-input-placeholder , textarea::-webkit-input-placeholder{
    color: #bdc7d2!important;
}

input::-moz-placeholder , textarea::-moz-placeholder{
    color: #bdc7d2!important;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{
    color: #bdc7d2!important;
}


/*日期控件*/
.uib-datepicker-popup .btn-default{
    border-color: transparent;
    /*padding: 5px 20px;*/
}

.uib-datepicker-popup thead tr:last-of-type{
    background-color: #F1F1F1;
    height: 30px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.uib-datepicker-popup .btn-info.active{
    background-color: transparent;
    border-color: #248bfe;
    color: #248bfe;
}

.uib-datepicker-popup .btn-info{
    background-color: transparent;
    color: #248bfe;
    border-color: #248bfe;
}

.uib-datepicker-popup .btn-info:hover{
    background-color: transparent!important;
    border-color: transparent!important;
    background-color: #e7e7e7!important;
    color: #248bfe!important;
}


/*搜索框点击事件*/
.form-control-feedback {
    pointer-events: auto;
    cursor: pointer;
    color: #939BA4;
}

/*暂无数据*/
.data-null{
    margin-top: 200px;
    padding-bottom: 30px;
}

.content .data-null{
    margin-top: 0;
    padding: 30px 0;
}

.data-null p{
    color: #939BA4;
    margin-top: 15px;
}

/* confirm */
.modal-confirm.modal-dialog{
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 500px;
}

.modal-confirm .modal-content{
    border-color: transparent;
}

@media (min-width: 768px){
    .modal-confirm .modal-content{
        box-shadow: none;
        border: none;
    }
}

.modal-confirm .modal-header{
    padding: 0;
    height: 50px;
}

.modal-confirm .modal-header h4{
    line-height: 50px;
    font-size: 16px;
    padding-left: 30px;
}

.modal-confirm .modal-body{
    height: 124px;
    padding: 0 30px;
}

.modal-confirm .modal-body_inner{
    height: 100%;
    width: 100%;
}

.modal-confirm .modal-body_inner .inner_content{
    position: relative;
    margin-top: 12px;
    padding-left: 100px;
    display: inline-block;
}

.modal-confirm .modal-body_inner .inner_content .img_box{
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-confirm .modal-body_inner .inner_content .img_box img{
    height: 100%;
    width: 100%;
    display: block;
}

.modal-confirm .modal-body_inner .inner_content .text_box{
    height: 100px;
    width: 100%;
}

.modal-confirm .modal-body_inner .inner_content .text_box .text_box_titleBox{
    line-height: 100px;
    font-size: 16px;
}

.modal-confirm .modal-body_inner .inner_content .text_box .text_box_subBox{
    height: 100%;
    padding: 23px 0;
    line-height: 27px;
}

.modal-confirm .modal-body_inner .inner_content .text_box .text_box_subBox p{
    margin: 0;
}

.modal-confirm .modal-body_inner .inner_content .text_box .text_box_subBox p:last-of-type{
    color: #939ba4;
}

.modal-confirm .modal-footer{
    border-top: none;
    padding: 20px;
    padding-top: 0;
}
/* confirm */

/* alert */
.modal-alert.modal-dialog{
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 500px;
}

.modal-alert .modal-content{
    border-color: transparent;
}

@media (min-width: 768px){
    .modal-alert .modal-content{
        box-shadow: none;
        border: none;
    }
}

.modal-alert .modal-header{
    padding: 0;
    height: 50px;
}

.modal-alert .modal-header h4{
    line-height: 50px;
    font-size: 16px;
    padding-left: 30px;
}

.modal-alert .modal-body{
    height: 124px;
    padding: 0 30px;
}

.modal-alert .modal-body_inner{
    height: 100%;
    width: 100%;
}

.modal-alert .modal-body_inner .inner_content{
    position: relative;
    margin-top: 12px;
    padding-left: 100px;
    display: inline-block;
}

.modal-alert .modal-body_inner .inner_content .img_box{
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-alert .modal-body_inner .inner_content .img_box img{
    height: 100%;
    width: 100%;
    display: block;
}

.modal-alert .modal-body_inner .inner_content .text_box{
    height: 100px;
    width: 100%;
}

.modal-alert .modal-body_inner .inner_content .text_box .text_box_titleBox{
    line-height: 100px;
    font-size: 16px;
}

.modal-alert .modal-body_inner .inner_content .text_box .text_box_subBox{
    height: 100%;
    padding: 23px 0;
    line-height: 27px;
}

.modal-alert .modal-body_inner .inner_content .text_box .text_box_subBox p{
    margin: 0;
}

.modal-alert .modal-body_inner .inner_content .text_box .text_box_subBox p:last-of-type{
    color: #939ba4;
}

.modal-alert .modal-footer{
    border-top: none;
    padding: 20px;
    padding-top: 0;
}
/* alert */
/* tooltip*/
/*
.tooltip-window{
    top:100px;
    left:50%;
    margin-left: -150px;
    right: auto;
    bottom: auto;
}
*/
#framework-tooltip{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 370px;
    height: 150px;
    margin-left: -185px;
    z-index: 1100;
}

#framework-tooltip .modal{
    display: block;
    position: absolute;
}

#framework-tooltip .modal-dialog{
    margin: 10px;
    width: 350px;
}

.modal-tooltip.modal-dialog{
    width: 300px;
    box-shadow: 0 5px 15px #cbe2fa;
}

@media (min-width: 768px){
    .modal-tooltip .modal-content{
        box-shadow: none;
        border: none;
    }
}
.modal-tooltip .tip_body{
    height: 100px;
    padding: 0 30px;
}

.modal-tooltip .tip_content{
    display: inline-block;
    position: relative;
    padding-left: 80px;
    margin-top: 10px;
}

.modal-tooltip .tip_content .img_box{
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-tooltip .tip_content .img_box img{
    height: 100%;
    width: 100%;
    display: block;
}

.modal-tooltip .tip_content .text_box{
    height: 80px;
    padding: 12px 0;
    margin-top: 17px;
}

/*引导页*/

#guide {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2000;
    display: none;
}

#guide>div {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
}
#guide>div img{
    width: 324px;
    position: absolute;
    left: 112px;
}

/*附件组件*/
.attachment-container{
    text-align: left;
}
.attachment-container p{
    margin: 0 0 10px;
}
.attachment-container .attachment-img{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
}
.attachment-container .attachment-img-delete{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    color: #CCCCCC;
    cursor: pointer;
}
.attachment-container .attachment-img-delete:hover{
    color: red;
}
.attachment-container .attachment-dropdown-menu{
    width: 120px;
    min-width: 120px;
}

/*引导提示气泡*/
.guide-pop-tip .guide {
    max-width: 330px;
    position: absolute;
    display: flex;
    /*top: 65px;*/
    /*right: 60px;*/
    z-index: 99;
}

.guide-pop-tip .guide .guide_icon {
    line-height: 10px;
    margin-bottom: 5px;
    width: 16px;
    height: 10px;
}
.pop-bottom-left .guide_icon {
    width: 60px!important;
    text-align: center;
}

.pop-bottom-right .guide_icon {
    width: 60px!important;
    text-align: center;
}

.pop-right-top .guide_icon {
    margin-top:20px
}
.pop-right-bottom .guide_icon {
    height: 30px!important;
}

.pop-top .guide_icon{


}
.pop-top-left .guide_icon{
    width: 60px!important;
    text-align: center;
    margin-top: 4px;

}
.pop-top-right .guide_icon{
    width: 60px!important;
    text-align: center;
    margin-top: 4px;
}
.pop-left .guide_icon {

}

.pop-left-top .guide_icon {
    margin-top:20px;
}

.pop-left-bottom .guide_icon {
    height: 30px!important;
}

.pop-right img,.pop-right-top img,.pop-right-bottom img {
    transform: rotate(-90deg);
    transform-origin: center;
}
.pop-top img,.pop-top-left img,.pop-top-right img {
    transform: rotate(180deg);
    transform-origin: center;
}
.pop-left img,.pop-left-top img,.pop-left-bottom img {
    transform: rotate(90deg);
    transform-origin: center;
}

.guide-pop-tip .guide .guide_icon img {
    width: 16px;
    height: 10px;
}

.guide-pop-tip .guide .guide_content {
    /*height: 96px;*/
    padding: 10px 20px;
    /*border: 1px solid #FF8A65;*/
    border-radius: 6px;
    background:linear-gradient(90deg,rgba(1,71,216,0.99),rgba(0,159,250,1));
    box-shadow:0px 6px 12px 0px rgba(36,139,254,0.3);
    position: relative;
}

.guide-pop-tip .guide .guide_content .delete_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/client/business/invoice/images/white-delete.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.guide-pop-tip .guide .guide_content span {
    display: inline-block;
    line-height: 18px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 12px;
    margin-bottom: 5px;
}

/*6.3 添加引导*/
.guide-add-div {
    text-align: center;
}
.guide-add-button {
    width:200px;
    height:40px;
    background:rgba(36,139,254,1);
    box-shadow:0px 4px 8px 0px rgba(36,139,254,0.4);
    border-radius:20px;
    border:none;
    margin-top:60px;
    color:#fff;
    outline: none;
}
.guide-add-text {
    color: #939BA4;
    font-size: 16px;
    display: block;
    margin-top:22px;
}
