.content-wrapper {
    width: 100%;
    margin-top: -1px;
    padding: 15px;
    border-top: 0px solid rgba(0, 0, 0, .15);
}

.panel {
    margin-bottom: 0px;
    background-color: #ffffff;
    border: -1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
}

.panel.panel-default {
    border-top-width: 1px;
    height: 300px;
}

.cloud-hearder{
	position: fixed;
	width:100%;
	 z-index: 113;
}
.cloud-hearder{
	margin-bottom: 10px;
}

.cloud-input-search input{
	height:62px;
}

.cloud-input-search button:hover,.cloud-input-search button:focus{
	background-color: #18bc9c !important;
	font-weight: 800;
    color: wheat;
    font-family: cursive;
}

.cloud-input-search button{
	height: 62px;
    padding: 6px 31px 6px 31px;
    background-color: rgb(52, 131, 231);
    font-weight: 800;
    color: wheat;
    font-family: cursive;
}

.cloud-layout{
	position:fixed;
	margin-top: 56px;
    width:100%;
    z-index: 112;
}

.cloud-layout .cloud-center{
	max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
/*      background-color: red; */
}

.cloud-content{
	margin-top:0px;
	border-top: 0px solid rgba(0, 0, 0, .15) !important;
	padding: 0px 15px 0px 15px !important;
}

@media only screen and (min-width: 768px) {
.cloud-logo-header{
	max-width:300px !important;
	width: 300px;
    text-align: center;
}
}


.brand-logo .img-left{
	float: left;
}

.brand-logo .img-right{
	float: left;
	padding-top: 12px
}

.brand-logo .img-left img{
	width:45px;
	margin-right: 10px;
}

.cloud-layout-empty{
	text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff !important;
    opacity: 1;
}

.sort2 {
    overflow: hidden;
    border: 1px #dde6e9 solid;
    border-radius: 4px;
}

.sort2 a {
	width: 110px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
    color: #9a9a9a;
    float: left;
    margin: 5px 5px 5px 5px;
    padding-left: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort2 a.active {
    color: #fff;
/*     background: #37bc9b; */
    border: 1px solid red;
}

.sort2 a img {
	width:100%;
}

.box-inner {
    float: right;
}

.box-inner span {
    margin-right: 4px;
    font-size: 16px;
}

.box-inner em {
    margin-left: 5px;
    font-size: 24px;
    color: #d44d44;
    font-weight: 700;
    margin-right: 20px;
    font-style: normal;
}

.main-btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    background-color: #5c81e3;
    background-image: linear-gradient(180deg, #678ee7, #5078df);
    border: 1px solid #5c81e3;
    border-radius: 4px;
    color: #fff;
}

.wrapper > footer {
    padding: 10px 20px;

}

.panel_header{
	padding: 0 0 14px 0 !important;
}


.payment-detail {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.payment-money {
    text-align: center;
    font-size: 30px;
    color: #d44d44;
    font-weight: 700;
}


.img-box {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    
    position: relative;
    width: 180px;
    height: 230px;
    min-height: 168px;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px 1px #ccc;
}

.explain {
    position: absolute !important;
    margin: 5px 0 12px 0;
}

.img-box img {
    position: absolute !important;
    top: 10px;
}


.fn-left {
    margin-left: -5px;
    margin-top: -58px;
    top: 30px !important; 
}
.fn-right {
    font-size: 13px;
    color: #4D4D4D;
    line-height: 18px;
    margin: -34px 0 0 33px;
}

.timeout {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.95);
    color: #222;
    line-height: 200px;
    text-align: center;
    z-index: 1;
}

.form-group2 {
    margin-bottom: 13px;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
    
}

.form-group2 .col-sm-12{
	margin-top: 20px;
}

