/*公用部分*/
*{
    box-sizing: border-box;
}
.formControl{
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border:none;
    padding: 1px 2px;
    border-bottom: 1px solid #49403A;
}
.formControl:focus{
    box-shadow:none;
    border-bottom: 1px solid #49403A;
}
.accProfile-wrap .formControl,.accProfile-wrap .formControl:focus,.payment-wrap .formControl{
    border-bottom: 1px solid #E9D5CC;
}
.loginInForm ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #282422;
    font-size: 12px;
}
.loginInForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #282422;
    font-size: 12px;
}
.loginInForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #282422;
    font-size: 12px;
}

.forPassForm .form-group ::-webkit-input-placeholder{
    font-size: 12px;
    color: #C0C0C0;
}
.forPassForm .form-group :-moz-placeholder{
    font-size: 12px;
    color: #C0C0C0;
}
.forPassForm .form-group ::-moz-placeholder{
    font-size: 12px;
    color: #C0C0C0;
}

.loginInForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #282422;
    font-size: 12px;
}
.brownColorBtn{
    background: #49403A;
    border-radius: 1rem;
    color: #FFFFFF;
}
.outlineBtn{
    background: #FFFFFF;
    border-radius: 1rem;
    color: #6B6B6B;
    border: 1px solid #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.blueColorBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #3C5A99;
    border-radius: 1rem;
}
.theme-background-colour{
    background: #282422;
}
.outer-layer-box{
    padding-top:70px;
}
.white_btn{
    background: #FFFFFF;
    color: #282422;
    display: inline-block;
}
.watch_btn:hover,.white_btn:hover{
    background: #E9D5CC;
    color: #282422;
}
.picture_scale{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.picture_scale img{
    width: 100%;
    height: auto!important;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.m-no-gutters {
    margin-right: -6px;
    margin-left: -6px;
}
.m-no-gutters>.col, .m-no-gutters>[class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
}
.tags_type{
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    border-radius: 13px;
    border: 1px solid #E9D5CC;
    padding:5px 10px;
    margin-right: 1rem;
}
.tags_type:hover{
    background: #E9D5CC;
    color: #282422;
}
.limit_cont{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-box-orient: vertical;
}

/*tabs左右滑动*/
.content-wrap {
    display: flex;
    align-items: center;
    /*width: 800px;*/
    overflow: hidden;
    padding: 0 10px;
}

.tab-wrap {
    height: 50px;
    width: 400px;
    /*display: inline-block;*/
    line-height: 50px;
    position: relative;
    overflow: hidden;
    flex: 1;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.tab-list {
    white-space: nowrap;
    position: absolute;
    font-size: 0;
    display: flex;
    align-items: center;
}

.tab-list a {
    font-size: 16px;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid #E9D5CC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.tab-list a:hover,.tab-list .active{
    background: #E9D5CC;
    color: #49403A;
}

.to-left,
.to-right {
    display: inline-block;
    /*width: 23px;*/
    /*height: 20px;*/
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 23px 20px;
    background-position: center;
}
.to-left .fa,
.to-right .fa{
    font-size: 30px;
}
.to-right{
    text-align: right;
}

/* /tabs左右滑动*/
.gray_btn{
    background: #E9D5CC;
    color: #282422;
}
/*.gray_btn:hover{*/
/*    background: #FFFFFF;*/
/*    display: block;*/
/*    color: #282422;*/
/*}*/
.btn_size{
    border-radius: 1.2rem;
    width: 34rem;
    padding: 1.5rem;
    min-width: 200px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.picture_layout{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.picture_layout img.img_fit{
    width: 100%;
    height: auto!important;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

@media (max-width: 575px) {
    .btn_size{
        border-radius: 5px;
        font-size: 14px;
    }
    .top_title h2{
        margin-top:5px;
    }
    .btn_size{
        line-height: 20px;
        padding: 8px;
    }


}