.banner_box_new2 {
    background-color: white;
    border-radius: 6px;
    padding: 0 25px 15px;
    position: relative;
    margin-bottom: 15px;

}
.payArea {
    height: 513px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 15px 0 !important;
    margin-top: 0;
    box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
    border: 1px solid #eaeff5;
    border-radius: 6px;
}
h3 {
    font-size: 1.2em;
    margin-top: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
    position: relative;
}
.Input-lg {
    height: 50px;
    border: 1px solid #dde6ef;
    margin: 0;
    margin-bottom: 8px;
    box-shadow: none;
    border-radius: 0px;
    background: #fbfdff;
    font-size: 12px;
    color: #6b7c8a;
    font-weight: 400;
    display: inline-block;
    width: 44.5%;
    margin-left: 25px;
    padding: 6px 12px 6px 45px;
    outline: 0;
    transition: .5s;
}
.cerall_info {
    margin-left: 3%;
    margin-top: 40px;
    width: 65%;
}

@media screen and (min-width: 480px){
    .qitaInfo {
    }
}
@media screen and (min-width: 601px){
    .qitaInfo {
        width: 31%;
    }
}
@media screen and (min-width: 768px){
    .qitaInfo {
        width: 31%;
    }
}
@media screen and (min-width: 992px){
    .qitaInfo {
        width: 31%;
    }
}
@media screen and (min-width: 1200px){
    .qitaInfo {
        width: 31%;
    }
}
.qitaInfo {
    /* width: 15%; */
    /* margin-right: 3%; */
    margin-left: 5%;
    margin-top: 40px;
    font-size: 0.9rem;
}

@media (min-width: 1230px){
    .container.allProduct, .container.showdemo, .resultKey, .centnews, .xgcp-yy-warp {
        width: 1200px;
    }
}
@media (min-width: 992px){
    .container.allProduct, .container.showdemo, .resultKey, .centnews, .xgcp-yy-warp {
        width: 970px;
    }
}
@media (min-width: 768px){
    .container.allProduct, .container.showdemo, .resultKey, .centnews, .xgcp-yy-warp {
        width: 750px;
    }
}
.container.allProduct, .container.showdemo, .resultKey, .centnews, .xgcp-yy-warp {
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
}


.clearfix {
    clear: both;
}
.container {
    position: relative;
    width: 100%;
    /*min-height: 100%;*/
    /*padding-bottom: 100px;*/
    box-sizing: border-box;

}
.payArea .Input-lg, .payArea .Input-lg.Input-email {
    background-size: 25px 25px;
    background-position: 5px 13px;
}
.payShowList {
    border-left: 0px solid transparent;
    border-bottom: 1px solid #eaeff5;
    margin: 2% 3%;
    width: 94%;
    padding-left: 0px;
}
.payShowList span {
    height: 40px;
    display: inline-block;
    border-bottom: none; 
    cursor: pointer;
}
.xz {
    position: relative;
    left: 25px;
    font-size: 13px;
    background: #ff7c39;
    display: inline-block;
    height: 25px!important;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
}
.xgcp .item-wrap .item-box {
    width: 50%;
    float: left;
    display: block;
    margin: 7px 0;
    padding: 12px 0;
    box-shadow: 0 5px 15px -6px #ddd;
}
.xgcp .item-wrap .item-box h4 {
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 0.5em;
}

.simpleAlertBody {
    position: fixed;
    display: none;
    z-index: 999;
    width: 476px;
    height: 216px;
    top: 50%;
    left: 50%;
    margin: -188px 0 0 -238px;
    opacity: 0;
    border: 1px solid #948497;
    background-color: #fff;
    border: 1px solid #eaeff5;
    box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
}
.h4, h4{
    font-size: 1em;
}

.widget-box {
    background-color: white;
    border-radius: 6px;
    padding: 0 25px 15px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eaeff5;
    top: -20px;
    box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
}
.am-tabs-d2 .am-tabs-nav {
    background-color: #fff;
}

[data-am-widget=tabs] .am-tabs-nav {
    width: 40%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.am-tabs-d2 .am-tabs-nav>.am-active {
    border-bottom: 2px solid #0076ca;
    margin: 0 20px 0 0;
}
.am-tabs-d2 .am-tabs-nav>.am-active {
    position: relative;
    background-color: #fcfcfc;
    border-bottom: 2px solid #000;
}

.am-tabs-d2 .am-tabs-nav>.am-active a {
    font-size: 18px;
    color: #0076ca;
}
.am-tabs-d2 .am-tabs-nav a {
    color: #333;
    font-size: 18px;
    margin: 0 15px;
}
.am-tabs-d2 .am-tabs-nav a {
    color: #222;
    line-height: 42px;
}
[data-am-widget=tabs] .am-tabs-nav a {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*自适应*/
@media (min-width: 1200px) {
    
    /*邮箱输入框功能组*/
    .form_warps {
        width: 100%;
    }
    .icon_post_email{
        width: 100%;
    }
    /*邮箱输入框功能组end*/
}

/*ipad pro*/
/*@media (min-width: 992px) and (max-width: 1199.98px) {*/
/*    .Input-lg {*/
/*        width: calc(50.5% - 30px);*/
/*    }*/
    /*邮箱输入框功能组*/
/*    .form_warps {*/
/*        width: calc(50.5% - 100px);*/
/*    }*/
/*    .icon_post_email{*/
/*        width: calc(50.5% - 100px);*/
/*    }*/
    /*邮箱输入框功能组end*/
/*}*/
/*ipad*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .Input-lg {
        width: calc(50% - 40px);
    }
    /*支付框按钮修复*/
    .pricing_box {
        width: calc(31.8% - 14px)!important;
    }
    /*邮箱输入框功能组*/
    .form_warps {
        width: calc(50.5% - 100px);
    }
    .icon_post_email{
        width: calc(50.5% - 100px);
    }
    /*邮箱输入框功能组end*/

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .Input-lg {
        width: calc(100% - 50px);
    }
    /*支付框按钮修复*/
    .pricing_box {
        width: calc(45% - 14px);
    }
    .pricing_box label {
        margin-bottom: 0!important;
    }
    /*tab按钮*/
    .tabs .horizontal li{
        width: 35%;
    }
    /*修复check页面的阻碍栏目名称*/
    .payArea{
        margin-top: 80px!important;
    }
    /*邮箱输入框功能组*/
    .form_warps {
        width: calc(100% - 50px)!important;
    }
    /*邮箱输入框功能组end*/
}

@media (max-width: 575.98px) {
    .Input-lg {
        width: calc(100% - 50px);
    }
    /*邮箱输入框功能组*/
    .form_warps {
        width: calc(100% - 50px)!important;
    }
    /*邮箱输入框功能组end*/
    
    /*支付框按钮修复*/
    .pricing_box {
        width: calc(45% - 14px)!important;
    }
    .pricing_box label {
        margin-bottom: 0!important;
    }
    /*tab按钮*/
    .tabs .horizontal li{
        width: 40%;
    }
    /*修复check页面的阻碍栏目名称*/
    .payArea{
        margin-top: 80px!important;
    }
    
    /*关闭移动端广告-会出现横拉*/
    .xgcp.banner_box_new{
        display: none;
    }
    .footer_flex.left:first-child{
        display: none;
    }
    .footer_new{
        margin-bottom: 0px;
    }
    #parent-tab2 img{
        width: 100%;
    }
    #nav_title{
        margin-top: 105px!important;
    }
    /*标题栏目*/
    .category_title_box{
        width: calc(100% - 30px)!important;
    }
    .cage_title{
        text-align: left;
    }
    /*隐藏副业*/
    .qitaInfo.left {
        display: none!important;
    }
    /*底板版权居左*/
    .contact_con{
        text-align: left;
    }
    
}