
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    	-webkit-appearance: none !important;
    }
     
    input[type='number'] {
    	-moz-appearance: textfield;
    }
    #closeApp{
        width: 30px;
        height: 30px;
        position: absolute;
        right: -52px;
        top: 0;
        cursor: pointer;
    }
    #closeApp img{
        width: 100%;
        height: 100%;
    }
    .tc-banner-box1{
      width: 1300px;
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      box-sizing: border-box;
      margin: 30px auto 0;
    }
    
    .tcBtn1{
            width: 225px;
            height: 56px;
            background: #EB5A2D;
            border-radius: 5px;
            text-align: center;
            line-height: 56px;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 2px;
            cursor: pointer;
        }
        .shu{
            width: 1px;
            height: 25px;
            background: #D8D8D8;
            margin-right: 10px;
        }
        #shil{
            width: 15px;
            height: 17px;
        }
        .tcor{
            font-weight: 500;
            font-size: 16px;
            color: #FE773B;
            cursor: pointer;
            font-weight: bold;
        }
        .tcInpLeft{
            width: 100%;
        }
        .tcformLeft1{
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 0 20px;
            display: flex;
            flex-direction: column;
           justify-content: center;
        }
        .tcInpLeft input{
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
        }
        .tcInpRight{
            flex-shrink: 0;
        }
        .tcLeftBottom{
            display: flex;
            margin-top: 24px;
            align-items: center;
        }
            .tcInp1{
                width: 244px;
                height: 56px;
                border: 1px solid #ececec;
                display: flex;
                align-items: center;
                box-sizing: border-box;
                padding: 14px 18px;
                margin-right: 14px;
                border-radius: 5px;
                background:#ffffff !important;
            }
            .tcWord1{
                font-weight: 600;
                font-size: 24px;
            }
            .tcWord2{
                margin-left: 15px;
                font-size: 16px;
                color: #000000;
            }
            .tcLeftTop{
                display: flex;
                align-items: flex-end;
            }
            .tc-banner-box{
                width: 1200px;
                height: 181px;
                background: #FFFFFF;
                border-radius: 10px;
                bottom: -110px;
            }
    .cusNum{
        color: rgba(255, 136, 62, 1);
    }
    .appTips{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #999999;
        text-align: center;
    }
    .getApp{
        width: 432px;
        height: 54px;
        background: #FF883E;
        border-radius: 6px;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 54px;
        cursor: pointer;
        margin-bottom: 18px;
    }
    .ut3{
        font-weight: 600;
        font-size: 16px;
        color: #FF883E;
        cursor: pointer;
    }
    .ut2 img{
        width: 18px;
        height: 20px;
    }
    .ut1{
        font-weight: 600;
        font-size: 16px;
    }
    .inserts{
        flex: 1;
    }
    .inserts input{
        width: 100%;
        height: 100%;
        outline: none !important;
        border: none !important;
    }
    .appinp{
        width: 432px;
        height: 54px;
        background: #FFFFFF;
        border-radius: 6px;
        border: 1px solid #FFD6BF;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 12px;
    }
    .appRight{
        width: 432px;
        position: absolute;
        right: 32px;
        top: 190px;
    }
    .apLeft{
        font-size: 14px;
    }
    .qpUnit{
        font-size: 12px;
        margin-left: 4px;
    }
    .apPrice{
        font-size: 18px;
        font-weight: 600;
    }
    .apWord{
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 30px;
        margin: 21px 0;
    }
    
    .apRight{
        display: flex;
        align-items: flex-end;
    }
    
    #appItems{
        position: absolute;
        left: 0;
        bottom: 71px;
        width: 100%;
    }
    
    #mask{
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.43);
        z-index: 1000 !important;
    }
    
    #appraise{
        width: 865px;
        height: 546px;
        background: url('/tianwusheng/images/indexModuleBk.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    
    .appLeft{
        width: 318px;
        height: 452px;
        background: url('/tianwusheng/images/indexModuleLeft.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 34px;
        top: 36px;
    }
    #leftPo{
        width: 150px;
        height: 150px;
        position: fixed;
        left: 10px;
        bottom: 60px;
        display: none;
        cursor: pointer;
        z-index: 17799 !important;
    }
    
    #leftPo img{
        width: 100%;
        height: 100%;
    }
    .closeButton{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 31px;
        top: 40px;
        /*background: red !important;*/
        cursor: pointer;
    }
    .closeButton img{
        width: 100%;
        height: 100%;
    }
    .p1{
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 37px;
    }
    .phonenumber{
        font-weight: 500;
        font-size: 26px;
        color: #EB5A2D;
    }
    .phones{
      margin-left: 28px;  
    }
    .tips{
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        margin-top: 7px;
    }
    .btns{
        margin-left: 20px;
        box-sizing: border-radius;
        padding-top: 23px;
    }
    .btn{
        width: 240px;
        height: 60px;
        background: #EB5A2D;
        border-radius: 6px;
        font-weight: 500;
        font-size: 23px;
        line-height: 60px;
        text-align: center;
        color: #FFFFFF;
    }
    #getCode{
        font-weight: 500;
        font-size: 20px;
        color: #EB5A2D;
        flex-shrink: 0;
        cursor: pointer;
    }
    
    .inps input{
        width: 100%;
        height: 100%;
        border: none !important;
        outline: none !important;
        justify-content: space-between;
    }
    .inp2{
        width: 280px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 6px;
        box-sizing: border-box;
        padding: 19px;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #C1C1C1;
        margin-left: 20px;
    }
    .inp1{
        width: 240px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 6px;
        box-sizing: border-box;
        padding: 19px;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #C1C1C1;
    }
    .inps{
        display: flex;
        align-items: center;
        margin-left: 30px;
    }
    .bt3{
        font-size: 26px;
        color: #FFFFFF;
        margin-left: 10px;
    }
    .bt2{
        font-weight: 500;
        font-size: 47px;
        margin-left: 16px;
        color: #fff;
    }
    .bts{
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-left: 256px;
    }
    .bt1{
        font-weight: 500;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 33px;
    }
    .bottomContent{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1920px;
        /*height: 50%;*/
        display: flex;
        align-items: center;
        z-index: 29 !important;
        flex-shrink: 0 !important;
    }
        .bottomIMage{
            position: fixed;
            left: 0;
            bottom: 0;
            z-index: 999 !important;
            width: 100%;
            background-size: 100% auto;
            height: 170px;
        }
        
        .bottomIMage img{
            width: 100%;
        }