body {
	text-align: center;
	padding-top: 30px;
	margin: 0;
    padding: 0;
}
.view-alert {
    position: relative;
    padding: 30px 0;
    background: rgb(52, 52, 52);
    text-align: left;
    box-shadow: rgba(22, 22, 23, 0.62) 0px -10px 16px inset;
}
.view-alert img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
.view-alert div {
    color: #7f7e7e;
    padding: 0 50px 0 30px;
    font-size: 14px;
}
.inhouseClick-wrapper {
    display: none;
    padding: 10px 20px;
}
#inhouseClick,#inhouseClick:link, #inhouseClick:visited,#inhouseClick:hover {
    color: #1abc9c;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}

p {
	margin: 0;
	padding: 0;
}
.log {
	border-radius: 24px;
}
.install_btn {
	background-color: #56bc94;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	text-decoration: none;
	margin-bottom: 10px;
	width: 185px;
    display: inline-block;
    border-radius: 4px;
}
.install_btn: hover,.install_btn: focus,.install_active {
	background-color: #56997c;
}
.header {
	text-align: center;
	background-color: #fdfdfd;
	border-bottom: 1px solid #eee;
	color: #666;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.header strong {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.header p {
	font-size: 12px;
}
.btns {
	margin-top: 20px;
}
.desc {
	width: 200px;
	margin: 0 auto 15px;
}
.desc .tip {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	padding: 4px;
	border-radius: 4px;
}
.platform {
	width: 110px;
	background-color: #4fb5d8;
	margin-right: 10px;
}
.version {
	width: 50px;
	background-color: #ce3a3d;
}
.link {
	color: #4eba8c;
	font-size: 14px;
}
.copyright {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #999;
	font-size: 14px;
}
.desc-container {
	text-align: center;
	padding: 20px;
}
.desc-container p {
	padding: 10px 0;
}
.desc-container img {
	border-radius: 0;
}
code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}
.loading {
	display: none;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: 1px solid #1abc9c;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-animation: rotate .6s linear infinite;
	animation: rotate .6s linear infinite;
	margin: 0 auto 10px auto;
}
.installing-tip {
	display: none;
	text-align: center;
	color: #1abc9c;
	font-size: 14px;
	line-height: 41px;
	margin-bottom: 10px;
}
@keyframes rotate {
	0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.font-16 {
    font-size: 16px;
}
.fade{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    color: #333;
    text-align: left;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.center-block {
        display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
    vertical-align: middle;
}
.modal-header button{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close{
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    float: right;
}

.modal-title {
    font-weight: 400;
}

.modal-footer #cancle{
    background: #95a5a6;
    border: 1px solid #95a5a6;
}
.modal-content{
    font-size: 14px;
    line-height: 1.6;
}
.modal-content h4{
    font-weight: 400;
}
.modal-content li{
    list-style: none;
    color: #333;
}
.modal-content p{
    color: #555;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    /* border: 1px solid #999; */
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}



.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn{
    background: #95a5a6;
    border: 1px solid #95a5a6;
    padding: 3px 12px;
    line-height: 0.75;
    color: #fff;
    text-decoration: none;
}


.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }

    .modal-lg {
        width: 900px
    }
}
