/*PC端*/
@media only screen and (min-width: 900px) {
    /**中间弹出层**/
    .center_float .am-modal-dialog{background: url("/static/index/float/images/bg.png") no-repeat;background-size: 100% 100%;}
    .center_float .am-modal-bd,.center_float .am-nav-tabs,.center_float .am-tabs-bd{border: 0px !important;}
    .center_float .am-nav-tabs > li.am-active > a, .center_float .am-nav-tabs > li.am-active > a:hover, .center_float .am-nav-tabs > li.am-active > a:focus {border: 0px !important;background-color:unset;outline:none;}
    .center_float .am-nav-tabs > li {float: unset;display: flex;justify-content: center;flex-direction: column;align-items: center}
    .center_float .am-nav-tabs > li > .hr_li{height: 150px;width: 2px;background: #a8a8a8}
    .center_float .am-modal-hd .am-close {top: 10px;right: 10px;width: 30px;height: 30px;font-size: 45px;font-weight: unset;z-index: 10000;}
    .center_float .am-nav > li >a{width: 40px;height: 40px;padding: 0px;margin: 0px;outline:none;}
    .center_float .am-nav > li:nth-child(1) >a{background: url("/static/index/float/images/tc01.png") no-repeat;background-size: 100% 100%;}
    .center_float .am-nav > li:nth-child(2) >a{background: url("/static/index/float/images/tc02.png") no-repeat;background-size: 100% 100%;}
    .center_float .am-nav > li:nth-child(3) >a{background: url("/static/index/float/images/tc03.png") no-repeat;background-size: 100% 100%;}
    .center_float .am-nav-tabs > li.am-active > a{background: url("/static/index/float/images/tc_ok.png") no-repeat;background-size: 100% 100%;}
    .center_float .am-tabs{display: flex;justify-content: space-between;flex-direction: row}
    .center_float .am-tabs .am-nav{width: 100px;display: flex;justify-content: center;flex-direction: column;align-items: center;padding-left: 50px;}
    .center_float .am-tabs-bd{flex: 1;height: 500px;padding:0px 50px 10px}
    .cent-tx{display: flex;flex-direction: column;}
    .cent-tx .blis ul{display: flex;justify-content: space-between;flex-direction: row}
    .cent-tx .blis ul li{width: 120px;height: 163px;position: relative;}
    .cent-tx .blis ul li button{background-color:#fff;border-radius: 15px;border: 0px;padding: 2px 5px;color: #4d4d4d;position: absolute;bottom: 33px;left: 50%;transform: translate(-50%,-50%);width: 110px;}
    .cent-tx .blis ul li button:hover{background-color:#e8235f;color: #ffffff}
    .cent-tx .blis ul li:nth-child(1){background: url("/static/index/float/images/tc01_1.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:nth-child(2){background: url("/static/index/float/images/tc01_2.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:nth-child(3){background: url("/static/index/float/images/tc01_3.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:nth-child(4){background: url("/static/index/float/images/tc01_4.png") no-repeat;background-size: 100% 100%;}

    .cent-tx .blis ul li:hover,.cent-tx .blis ul li.active{border: solid 2px #e8235f;border-radius: 15px}
    .cent-tx .blis ul li:hover:nth-child(1),.cent-tx .blis ul li.active:nth-child(1){background: url("/static/index/float/images/tc01_1_ok.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:hover:nth-child(2),.cent-tx .blis ul li.active:nth-child(2){background: url("/static/index/float/images/tc01_2_ok.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:hover:nth-child(3),.cent-tx .blis ul li.active:nth-child(3){background: url("/static/index/float/images/tc01_3_ok.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:hover:nth-child(4),.cent-tx .blis ul li.active:nth-child(4){background: url("/static/index/float/images/tc01_4_ok.png") no-repeat;background-size: 100% 100%;}
    .cent-tx .blis ul li:hover button,.cent-tx .blis ul li.active button{background-color:#e8235f;color: #ffffff}

    .bt01 .btn{display: flex;justify-content: space-between;flex-direction: row}
    .bt01 .btn button{background-color:#e3e3e3;border-radius: 10px;border: 0px;padding: 8px 25px;color: #4d4d4d}
    .bt01 .btn button:hover,.bt01 .btn button.active{background-color:#e8235f;color: #ffffff}
    .cent-tx .title{font-size: 55px}
    .cent-tx .mtx{font-size: 14px;color: #878787}
    .cent-tx .selt{font-size: 30px;padding: 10px}
    .cent-tx .tldx{font-size: 30px;padding: 10px}
    .cent-tx .blin{display: flex;flex-wrap: wrap;justify-content: space-around;padding: 40px 0}
    .cent-tx .blin li{padding-bottom: 40px}
    .cent-tx .blin button{background-color:#e3e3e3;border-radius: 10px;border: 0px;padding: 8px 25px;color: #4d4d4d;width: 350px}
    .pt2 li button:hover,.pt2 li button.active{background-color:#e8235f;color: #ffffff}
    .cent-tx .bfrom{display: flex;flex-direction: column;}
    .cent-tx .bfrom .fomd{width: 50%;margin: 0 auto}
    .cent-tx .bfrom .fomd input{width: 100%;margin-bottom: 10px;padding: 10px;background:#e3e3e3;border: 0px;border-radius: 5px}
    .cent-tx .bfrom .fomd textarea{width: 100%;margin-bottom: 5px;padding:10px;background:#e3e3e3;border: 0px;border-radius: 5px}
    .cent-tx .bfrom .fomd button{background-color:#e9205e;border-radius: 10px;border: 0px;padding: 8px 25px;color: #fff;width: 100%}


    /**右边浮动层**/
    .right_float{position: fixed;z-index: 100000;right: 20px;bottom: 28%;top: 32%;margin-top: -100px;width: 110px;text-align: center;box-shadow: 0 0 5px rgba(0,0,0,.05);display: block;height:182px;background-color: #0C0C0C;color: #ffffff;font-size: 13px;}
    .right_float ul li,.right_float ul li a{display: flex;justify-content: center;flex-direction:column;padding: 11px 0;height: 91px;color: #ffffff}
    .right_float ul li:hover{background-color: #e8235f}
    .right_float ul li img{width: 35px;height: 36px;margin: 0 auto;}
    .right_float ul li .blin{height: 1px;width: 30px;background-color: #ffffff;margin: 10px auto 0px}
    .right_float ul li:hover .blin{background-color: #e8235f;}
    .right_float ul li.wx_dw .wx_code{position: absolute;top: -33px;right: 150px;opacity: 0;}
    .right_float ul li.wx_dw .wx_code img{width: 131px;height: 131px;}

    /**底部浮动层**/
    .tankuang{width: 100%;height:30.52rem;display: block;position: fixed;bottom: 50px;border-top: 0.02rem solid #000;transform: translateY(100%);transition: transform .5s;z-index: 1000;background:rgba(0,0,0,0.9);}
    .show.tankuang{transform: translateY(20%);}
    .footer_float{width: 100%;display: flex;flex-direction: column; color: #ffffff;}
    .footer_float .fo_title{display: flex;justify-content: center;flex-direction: row;padding: 5px 0 30px;cursor:pointer;pointer-events:all;align-items: center;}
    .footer_float .fo_title .titl{font-size:26px;padding-right: 80px}
    .footer_float .fo_title .btns{background: url("/static/index/float/images/btn1.gif") no-repeat;background-size: 100% 100%;width:143px;height: 30px}
    .show .footer_float .fo_title .btns{background: url("/static/index/float/images/btn2.png") no-repeat;background-size: 100% 100%;width:143px;height: 30px}
    .footer_float .fo_title button{background-color:#e8235f;border-radius: 20px;border: 0px;padding: 2px 25px;color: #fff}
    .footer_float .fo_fl_bod{display: flex;justify-content: center;flex-direction: row}
    .footer_float .fo_fl_bod .text{display: flex;justify-content: center;flex-direction: column;padding-right: 150px}
    .footer_float .fo_fl_bod .text .tp1{font-size: 26px}
    .footer_float .fo_fl_bod .text .tp3{font-size: 16px;color: #000; background-color: #fff;margin: 15px 0 40px;padding: 0 10px}
    .footer_float .fo_fl_bod .form{line-height: 30px;width: 400px;padding-top: 10px;}
    .footer_float .fo_fl_bod input,.footer_float .fo_fl_bod textarea{width: 100%;margin-bottom: 10px;padding: 5px;background:#fff;border: 0px;border-radius: 5px;color: #000;font-size: 1.5rem;}
    .footer_float .fo_fl_bod textarea{margin-bottom: 5px;height: 60px;line-height: 22px;}
    .footer_float .fo_fl_bod button{background-color:#e9205e;border-radius: 10px;border: 0px;padding: 8px 25px;color: #fff;width: 100%}
}
@media only screen and (max-width: 641px) {
    .no_mobile {
        display: none !important;
    }
}